Skip Menu |

This queue is for tickets about the AnyEvent-HTTPD CPAN distribution.

Report information
The Basics
Id: 81180
Status: new
Priority: 0/
Queue: AnyEvent-HTTPD

People
Owner: Nobody in particular
Requestors: justincase [...] yopmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: url-encoded content should not be combined with url parameters
When the content body is of type x-www-form-urlencoded, those parameters should not be mixed with the url parameters. A use case where this is important is when the request must be re-dispatched to another server (think proxy). If the url parameters and content parameters are not maintained properly, this can result in the external server not recognizing the request and returning a 400 Bad Request.