Closed styfle closed 1 year ago
This will avoid serverless function invocations for 404s.
For example, the function logs show attackers looking for non-existing files such as:
Instead of rewriting all paths, we can rewrite only paths we know are handled by the function.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This will avoid serverless function invocations for 404s.
For example, the function logs show attackers looking for non-existing files such as:
Instead of rewriting all paths, we can rewrite only paths we know are handled by the function.