Hello everyone,
I am currently working on setting up a reverse proxy that directs traffic to a Docker container, and I've hit a bit of a snag.
My application requires that certain URLs containing encoded slashes (%2F) be passed to the Docker container without being decoded or altered.
For...