Reddit

Social

Serves from its own edge and leans on 429 with Retry-After, making it one of the more conventional and better-behaved responders.

Reddit runs its own edge, identifiable by the server: snooserv header, and handles automated traffic mainly through rate limiting rather than through fingerprint blocking. Responses carry a retry-after header.

Reddit also operates a documented API with published rate limits and an authentication path, which makes it one of the few large social platforms where the sanctioned route is genuinely practical. Where a supported API exists, using it removes the entire class of problem this glossary describes.

What is in front of it

Status codes

429 Rate limited

Rate limited. Observed behaviour.

Request rate exceeded for the client or token.

What triggers it

How to confirm it

What to do about it

403 Forbidden

Blocked. Observed behaviour.

Access refused, typically for authentication, permission, or subreddit-level reasons rather than bot classification.

What triggers it

How to confirm it

What to do about it

Notes

See also