Rewriting GET request parameters while configured as a reverse proxy

Rv Rv rvrv7575 at yahoo.com
Tue Jan 21 19:07:41 UTC 2014


Hello
Is there a way to make nginx rewrite the GET request parameters while configured as a reverse proxy. e.g. if nginx receives a request GET / foo.html?abc=123 , can nginx rewrite it to GET /foo.html?abc=456 (nginx admin specifies 123 to be changed to 456) and then do a proxy pass to the origin server. 
I did a test run with using $args on the lines of 
if($args~post=140){
rewrite ^ http://example.com/ permanent; }
as explained at http://wiki.nginx.org/HttpRewriteModule. However, this seems to work only for when nginx is the web server. It tries to fetch the content from the local nginx html folder.

Please provide inputs.  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140122/2129d8ba/attachment-0001.html>


More information about the nginx mailing list