Re: [users@httpd] URI query string in a post method

2017-10-18 Thread Daniel
The best idea is to try to guess why exactly it is getting a 400, and which version of httpd it is. In recent version (2.4.25) http parsing has become more strict due to CVE-2016-8743. There is a directive since then too to allow a more relaxed check of grammar (HttpProtocolOptions), but still, my

[users@httpd] URI query string in a post method

2017-10-17 Thread Danny Mallory
Hello All, I have an application where the client is sending a post method / form to an apache reverse proxy and the request contains a uri query string. Apache is throwing a 400 bad request on this. is there a way to tell apache to ignore a malformed post method? I understand you cannot rewrite