Closed rumiljonov closed 3 years ago
Thank you, fixed in new update.
Hy, I also check this method: but it's home page in code response
Hy, je vérifie aussi cette méthode: mais c'est la page d'accueil en réponse de code
i have the same problem, did you fix it??
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: