Proxy context

#7
Hi,
You could use Apache style configuration for
Thanks. This does work but the behavior is the same as with the RewriteRule method, the "AllowEncodedSlashes NoDecode" directive is ignored. The backend API being proxied uses %2F to differentiate slashes in the request URI from slashes in the request params so converting the %2F to / breaks compatibility. Is there any way to mirror the Apache functionality?

Thanks for your assistance.
 
Top