Hello,<div><br></div><div> When trying to rewrite a URL like:     /a/b to ?q=a&amp;i=b</div><div><br></div><div> when a is something of the form  &quot;XYZ%26300&quot;</div><div> </div><div> the rewritten URL becomes ?q=XYZ&amp;300&amp;i=b</div>
<div><br></div><div> Why does nginx unescape the URL on rewrite and how can this be avoided?</div><div><br></div><div>Thanks,</div><div>Ankur</div>