Match the symptom, then work through the safe checks.
1. What best matches what you observe?
2. Complete only the checks that are safe for you.
Show stop conditions
- The page handles payment or identity and you cannot confirm whether an action completed
- The site redirects to an unexpected domain or asks for sensitive information
Likely causes
- Too many requests were sent in a short period
- An extension, app, or script is retrying automatically
- A shared VPN or public IP has exceeded a limit
- The account or API plan has a request quota
Quick checks, in order
Stop refreshing and wait
Respect any Retry-After time shown by the service.
Close duplicate tabs or automated tools
Prevent background retries from extending the limit.
Disable VPN for one test
Shared VPN addresses can accumulate other users’ traffic.
For an API, inspect response headers and quotas
Reduce request frequency and implement backoff.
Where does the HTTP error appear?
A temporary rate window was exceeded.
Check plan quota, account limits, and automated callers.
The shared public IP may be rate-limited.
Stop and get qualified help when
- The page handles payment or identity and you cannot confirm whether an action completed
- The site redirects to an unexpected domain or asks for sensitive information
Official support and model manuals
Use the full model number from the rating label. The manufacturer manual is the deciding reference when codes differ by region or product family.
Frequently asked questions
What does HTTP 429 mean?
The service is rate-limiting requests from the browser, account, app, or IP address.
Is this usually a browser problem?
Usually not. Browser state can contribute in some cases, but gateway, server, permission, rate-limit, or upstream conditions are common.