Posted 09 March 2013 - 12:51 AM
Reason for this request:
- Some servers want their users to be able to easily upload and download scripts but don't want them using HTTP for anything else. Or perhaps they only want them to use selected services (e.g. Web API X and Web API Y).
The solution to this problem is a http-host-whitelist in the config.
- Some servers may have silly users who have startup scripts that loop forever and fire off HTTP requests constantly, every second… (yes, that happened). It's a pain to moderate and educate all of your users to not be idiotic with HTTP.
The solution to this problem is a http-limit configuration option. When set to 10, this would mean each computer has to wait 10 seconds between sending HTTP requests.
- Some servers want their users to be able to easily upload and download scripts but don't want them using HTTP for anything else. Or perhaps they only want them to use selected services (e.g. Web API X and Web API Y).
The solution to this problem is a http-host-whitelist in the config.
- Some servers may have silly users who have startup scripts that loop forever and fire off HTTP requests constantly, every second… (yes, that happened). It's a pain to moderate and educate all of your users to not be idiotic with HTTP.
The solution to this problem is a http-limit configuration option. When set to 10, this would mean each computer has to wait 10 seconds between sending HTTP requests.