Handle query strings on POST and avoid unintended POST data consumption
Basics
Technical
Logistics
Basics
Technical
Logistics
Description
Currently the CGI parser implementation consumes either query string or POST body data automatically based on the request method, it can't handle POST with a query string, and it can't be told not to consume the POST body while still parsing a query string. The main use case is in the Query-based RequestMap rules.
Currently the CGI parser implementation consumes either query string or POST body data automatically based on the request method, it can't handle POST with a query string, and it can't be told not to consume the POST body while still parsing a query string. The main use case is in the Query-based RequestMap rules.