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.
 

serpent_driver

Well-Known Member
#3
@NiteWave

Whenever you reply to any post you should check the title of the topic first. The current title is spam. Just search for the title in forum and you will find atleast more than 2 threads with exactly the same title and content of the thread. You reply to posts you already replied....

It seems that nginx can't handle the fact that there is something better than nginx.
 
Last edited:
Top