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 was archived by the owner on Jun 25, 2025. It is now read-only.
In my
verify_headerroute, I may be making relatively costly DB calls, HTTP calls etc.The middleware still runs for 404 requests, resulting in an indirect Denial of Service attack being possible against the remote resource.
It should not run when there are requests that would result in a 404.