On Mon, Nov 23, 2015, at 05:17 PM, shahzaib shahzaib wrote:
> Hi,
> 
>    We've encountered with 400 Bad request error on nginx reverse proxy in
> front of apache. Here is the attached link :
> 
> http://prntscr.com/95wlsl
> 
> If we remove '%' from the URL, it works fine. What could be the issue ?
> 

`%-` isn't a valid percent-encoding (and thus a bad request). Try
encoding the url properly.

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to