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?
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?