URL Based Limiting
- Last Updated: August 5, 2025
- 1 minute read
- Progress Connection Manager for ObjectScale
- Documentation
URL Based Limiting allows rate limiting to be applied based on the HTTP header of the request. Connection Manager uses Regular Expression (RegEx) to identify these characteristics.
-
Request URL: Limit the number of attempts based on the request URL (ObjectScale Bucket Name).
-
Host: Limit the number of attempts based on the domain name of the request (ObjectScale Namespace).
-
User Agent: Limit the number of attempts based on the User Agent of the request (Operating System, software vendor, or software version).
-
Method: Limit the number of attempts based on the HTTP request method. (GET, PUT, DELETE).