Hello there! I’m trying to send requests as often as the server can handle it, but I don’t really know how to check per how long can the server handle my request (the exponential backoff timeout)
The following endpoint is for a POST request:
https://apis.roblox.com/challenge/v1/continue,
as you can see in the following topic, the person was familiar with the exponential backoff of the endpoint:
it seems like the api is sometimes retrieve:
- Status code 500 is an internal server error code
- The response succeeded with status code 200
so I think It’s probably their way of simple rate limits, to respond with this code for a brief period of time