Rate limiting
The /ping endpoint is limited to five
requests per ten seconds by a scoped middleware.ts.
Ping past the limit to get a 429 with a
Retry-After header.
With JavaScript off, hit /features/rate-limit/ping directly (refresh past five times in ten seconds).