Tagged Questions
1
vote
2answers
219 views
HTTP Server invalid request/connection throttling
I have a custom HTTP server.
When F5 is held down in a browser the server gets slammed with requests.
How can I detect and limit these (or any other) invalid connections?
It seems that I would have ...