Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not imply having parsed the request body #27

Merged
merged 4 commits into from
Jun 6, 2020

Commits on Jun 6, 2020

  1. Do not imply having parsed the request body

    Strictly follow the PSR-7 guidance where $_POST is used for a request’s
    parsed body only for very specific requests. All other requests should
    result in a null value and leave other parsing up to application logic.
    Zegnat committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    c9bc97d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd3b5e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ee9d73 View commit details
    Browse the repository at this point in the history
  4. Fix StyleCI response

    Zegnat committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    944edc7 View commit details
    Browse the repository at this point in the history