-
SummarySo I have a contact form getting lots of spam. Where do I go to apply rate limiting in Vercel? Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
icyJoseph
Feb 4, 2026
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Elindo586
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You can set limits on the endpoint getting spammed, let me fetch some docs for ya
You can set it immediately there. For example if your contact form submits to
/api/contactyou'd put that endpoint there and chose which options you think are best.