Handling URL with the percentage character
Anoop Alias
anoopalias01 at gmail.com
Tue Mar 13 17:33:56 UTC 2018
Hi,
Is there a way URL like
++++++++++++++++++++++++++++++++++++
http://domain.com/%product_cat%/myproduct
+++++++++++++++++++++++++++++++++++++
to be passed as is to an Apache proxy backend.
Currently, Nginx is throwing a 400 bad request error (which is correct),
but the Apache httpd using a php script can handle this . so is there a way
I can do like ..hey this will be handled someplace else so i just need to
pass on whatever i get to upstream?
Also if I encode the URL with
http://domain.com/%25product_cat%25/myproduct
That works too. So if the first is not possible is there a way to rewrite
all % to %25 ?
--
*Anoop P Alias*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20180313/dd43424a/attachment.html>
More information about the nginx
mailing list