<div dir="ltr">Hi,<input name="virtru-metadata" type="hidden" value="{"email-policy":{"state":"closed","expirationUnit":"days","disableCopyPaste":false,"disablePrint":false,"disableForwarding":false,"expires":false},"attachments":{}}"><div><br></div><div>  Thanks for the reply, now we've tons of these URLs which are not properly encoded. Can we redirect '%' request to the same URL by excluding '%' ? Such as<br><br><a href="http://domain.com/video/100%-working">http://domain.com/video/100%-working</a> </div><div><br></div><div>to</div><div><br></div><div><a href="http://domain.com/video/100-working">http://domain.com/video/100-working</a></div><div><br></div><div>Regards.</div><div>Shahzaib</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 23, 2015 at 1:20 PM, nanaya <span dir="ltr"><<a href="mailto:me@myconan.net" target="_blank">me@myconan.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On Mon, Nov 23, 2015, at 05:17 PM, shahzaib shahzaib wrote:<br>
> Hi,<br>
><br>
>    We've encountered with 400 Bad request error on nginx reverse proxy in<br>
> front of apache. Here is the attached link :<br>
><br>
> <a href="http://prntscr.com/95wlsl" rel="noreferrer" target="_blank">http://prntscr.com/95wlsl</a><br>
><br>
> If we remove '%' from the URL, it works fine. What could be the issue ?<br>
><br>
<br>
</span>`%-` isn't a valid percent-encoding (and thus a bad request). Try<br>
encoding the url properly.<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div>