Re: Converting POST into GET

2015-02-15 Thread Reinis Rozitis
I need (as part of a cache busting exercise) to convert a POST into a GET with the same URI parameters. ( The URL is currently a GET, but a proxy I have to subvert is mangling things :( There is no true POST data). Is there an Nginx configuration that would do this? I tried setting $request_m

Converting POST into GET

2015-02-14 Thread Ian
Hi, I need (as part of a cache busting exercise) to convert a POST into a GET with the same URI parameters. ( The URL is currently a GET, but a proxy I have to subvert is mangling things :( There is no true POST data). Is there an Nginx configuration that would do this? I tried setting |$re