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
So I cloned this repo and used as a template for my next SaaS project, and I've been thinking to protect my endpoints from bots.
I noticed that the endpoint in the https://chat.vercel.ai/api/chat returns 429 Too Many Requests when I copy the full request using cURL to reproduce in Postman.
However, this protection functionality didn't seem exist in this source code (or am I missed something?), as I tried to request to my instance but it is still unprotected.
Any details about the implementation?
The text was updated successfully, but these errors were encountered:
So I cloned this repo and used as a template for my next SaaS project, and I've been thinking to protect my endpoints from bots.
I noticed that the endpoint in the
https://chat.vercel.ai/api/chat
returns429 Too Many Requests
when I copy the full request using cURL to reproduce in Postman.However, this protection functionality didn't seem exist in this source code (or am I missed something?), as I tried to request to my instance but it is still unprotected.
Any details about the implementation?
The text was updated successfully, but these errors were encountered: