You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
naxsi does not parse requests to internal location (to avoid loops and other weird things).
However it would be cool to throw a warning when this happens.
The text was updated successfully, but these errors were encountered:
The warning will be thrown once at the first request that hits the internal location.
I could do this at every request, but it's - at most - just a clever way to fill up logs ?
Naxsi will simply not treat a request that is tagged as "internal" (because of re-entrant aspect of nginx).
So it means the admin must configure naxsi so that the request is processed before the request is tagged as internal. It might be changed in the future to allow an admin to specifically allow this behavior. For now, we just want to throw a warning in the logs.
naxsi does not parse requests to internal location (to avoid loops and other weird things).
However it would be cool to throw a warning when this happens.
The text was updated successfully, but these errors were encountered: