Skip to content

Instantly share code, notes, and snippets.

@bpinto
bpinto / 429.http
Last active June 10, 2022 13:29
haproxy throttling
HTTP/1.1 429 Too Many Requests
Cache-Control: no-cache
Connection: close
Content-Type: text/html
Retry-After: 60
<html><body><h1>429 Too Many Requests</h1>
Too many requests
</body></html>