calling this
http://[hostname]/facebook/bitly/http%3A%2F%2F[hostname]%2Fbeth-buczynski%2Fdiy-ways-to-stay-warm-in-winter%2F
and I definitely see that to my application it comes like:
http:/[hostname]/beth-buczynski/diy-ways-to-stay-warm-in-winter/
note the single ‘/’, when I need ‘//’
However, I do not get the following parts:
"If proxy_pass is specified without a URI, the request URI is passed to
the
server in the same form as sent by a client when the original request is
processed, or the full normalized request URI is passed when processing
the
changed URI: "
and
“Before version 1.1.12, if proxy_pass is specified without a URI, the
original request URI might be passed instead of the changed URI in some
cases.”
Calling out to nginx pros: When is the original request processed? When
is
it not?
and I definitely see that to my application it comes like:
http:/[hostname]/beth-buczynski/diy-ways-to-stay-warm-in-winter/
note the single ‘/’, when I need ‘//’
Is there any way to handle it? Module ngx_http_core_module
Thank you. Just an unlucky name for the option )))
I thought it’s “preserve_slashes” and didn’t find it.