AllowEncodedSlashes

#1
Hi. Is there any way to mimic the functionality of Apache''s AllowEncodedSlashes directive in Litespeed?

We have a backend service which is proxied via a RewriteRule and the [P] flag which looks like this:

/api/some%2F/path

This is converted to

/api/some/path

Before being passed through to the backend service. The backend service requires the encoded slash to be preserved.

In Apache, setting "AllowEncodedSlashes NoDecode" provides the required behaviour. Can this be achieved in Litespeed web server?

Thanks!

Adam.
 
Top