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.
This topic has been closed.