Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #4216
Closed
Open
Issue created Oct 22, 2019 by Administrator@rootContributor

[REQ] Add warning on GET request with body

Created by: ybelenko

Is your feature request related to a problem? Please describe.

Already discussed in #3658. Quote:

Slim framework doesn't parse request body in GET and DELETE methods which seems fair. However you still can get raw body data(param1=foo&param2=bar when Content-Type: application/x-www-form-urlencoded

Describe the solution you'd like

I think we should throw a warning when GET method contains parameter in body. I'll implement it myself, this issue just to track progress.

Assignee
Assign to
Time tracking