radio-jaune / website

Code source du site internet https://radiojaune.com
2 stars 0 forks source link

visitor badge uptime #31

Open Jean-Baptiste-Lasselle opened 2 years ago

Jean-Baptiste-Lasselle commented 2 years ago

Very often, the visitor-badge service returns an HTTP 429 error code

Jean-Baptiste-Lasselle commented 2 years ago

The simplest way to fix an HTTP 429 error is to wait to send another request. Often, this status code is sent with a “Retry-after” header that specifies a period of time to wait before sending another request. It may specify only a few seconds or minutes.

Jean-Baptiste-Lasselle commented 2 years ago

One of these HTTP codes is 429 Too Many Requests. As the name suggests, this code appears whenever someone repeatedly accesses a website and exceeds the rate limit. In most cases, this error will lock you out of your admin panel and make the site inaccessible.