Could you please add examples for the response headers?
For example, it would be really useful to know if the If at first you don't succeed, blow it up again. (too many requests) response contains a Retry-After header and what's the best practice to check if I'm still throttled (e.g. send HEAD or GET request?; request the server status for one server, a character without fileds or a short data resource?).
Could you please add examples for the response headers?
For example, it would be really useful to know if the If at first you don't succeed, blow it up again. (too many requests) response contains a
Retry-After
header and what's the best practice to check if I'm still throttled (e.g. send HEAD or GET request?; request the server status for one server, a character without fileds or a short data resource?).