Rewrite URL
X-Original-Url / X-Rewrite-Url
Hey, I think you are using X-Original-Url / X-Rewrite-Url
vector in a wrong way. These headers usually help to bypass front server rules, which are based on URI, but you don't change URI while using these headers.
First, normal request returns 403:
This attempt to bypass will return 403 too, because URI hasn't changed and the rule still applies:
This one should bypass the restriction:
Last updated