400 Error on % !!
nanaya
me at myconan.net
Mon Nov 23 08:20:20 UTC 2015
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.
More information about the nginx
mailing list