Hi all,
Just been playing with using nginx as a proxy and it seems to be
automatically decoding URLs that contain URL-encoded chars (e.g. /foo/
bar%2Fbaz → /foo/bar/baz) - is there any way to turn this off?
–
Jason Davies
Hi all,
Just been playing with using nginx as a proxy and it seems to be
automatically decoding URLs that contain URL-encoded chars (e.g. /foo/
bar%2Fbaz → /foo/bar/baz) - is there any way to turn this off?
–
Jason Davies
On Wed, Jan 28, 2009 at 07:56:01PM +0000, Jason Davies wrote:
Just been playing with using nginx as a proxy and it seems to be
automatically decoding URLs that contain URL-encoded chars (e.g. /foo/
bar%2Fbaz -> /foo/bar/baz) - is there any way to turn this off?
location / {
proxy_pass http://backend;
}
i.e.:
proxy_pass http://backend/;
proxy_pass http://backend;
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs