The Retry-After header is not being return when I hit the rate limit. If I getAllResponseHeaders then the following is returned:
cache-control: private
content-type: application/json
x-request-id: c2299ba102bc487bcaa43003059f3726
How do I get the Retry-After value from a javascript ajax call?
Thanks,