Summary
The Bandwidth Test server, part of the Complete platform, has an option at install time to enable rate limiting. If rate limiting is enabled, the Bandwidth Test server will return HTTP 429 Too many requests if a client attempts more than 20 connections within 5 minutes. This can be disabled after install time by editing the config.json file found in the NetMotion Bandwidth Server\config\ directory.
More Information
To disable rate limiting if it was enabled during install:
- Open the file "NetMotion Bandwidth Server\config\config.json" in a text editor.
- In the "ENABLE_RATE_LIMITING" line, remove the value e.g.
"ENABLE_RATE_LIMITING": "",
- Save the config.json file and restart the Bandwidth Test server.
Comments
0 comments
Article is closed for comments.