Skip to content

Odd reverse proxy behaviour #3307

Closed Answered by grester
grester asked this question in Support (English)
Discussion options

You must be logged in to vote

Found a solution and it ended up being rather simple. IIS has a security feature regarding "double escaping", the quickest workaround is to open configuration editor and change to True the property system.webServer/security/requestFiltering@allowDoubleEscaping.
Ideally I think the matching pattern and server variables used could be improved but it works this way.

If you want you can add my following example to the documentation. It already includes the allowDoubleEscape config. The only warning you need to give is that IIS users need to make sure the website has the server variables configured, otherwise the web.config in itself is useless. In my example are: HTTP_X_ORIGINAL_ACCEPT_ENCODI…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by grester
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants