This suggests that you are either going through a Squid proxy (I've seen them convert POST to GET on HTTP/1.0), or you are possibly doing a redirect on the URL that you are POSTing to.
According to the letter of RFC 2616, 301 and 302 responses to POST requests must not be automatically redirected without confirmation by the user. In reality, browsers do allow automatic redirection of these responses, changing the POST to a GET. [borrowed from the python documentation for urllib] Chris On Sun, 2013-02-17 at 22:34 +0200, Elias Chatzigeorgiou wrote: > Hello, > I am running haproxy in a live environment for a few years. > Recently I bumped into > an issue which I cannot isolate/explain. > > > The issue is that under certain circumstances, the server receives a > GET request > (with all form variables empty) while the form initiating the request > is issuing a POST. > > > Do you have any hints to provide? Can you provide paid support? > > > Thanks

