Forum

Can I limit POST requests per IP?

Graeme
23 October 2016, 13:27
I have a site with a form POST that is heavy to process. Can I either rate limit this, or limit the number of simultaneous POST requests per IP? I would prefer not to limit GET requests at anything like as low a level as post requests.

If I can limit POST requests to just that URL, it would be perfect, the next best option would probably be to limit all requests to that URL.

Thanks for any help.
Hugo Leisink
24 October 2016, 05:33
That's something Hiawatha can't do. It would also be more easy to build it inside the application.
This topic has been closed.