Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

How to get THE original $request_uri ?

$
0
0
Despite documentation claiming that `$request_uri` is a "full original request URI (with arguments)", nginx in reality reduces it to path+query only.
I see why it does that, for the configuration purposes, but for my use case, I'd like to pass an actual request URI to the backend.
Is there a way?

Viewing all articles
Browse latest Browse all 4759

Trending Articles