Heavily protect a route from ddos
I have a route '/ai-example' that has an AI model that takes a 1-5seconds to repond, Now I want every person going to that route through a captcha or something, then that request is going to go to some '/api/ai-route' that I want to rate limit or something, I want these routes to be completley free from any spams or something similar.
0 Replies