snakereach

Errors

413 Response too large

The upstream page exceeded the response size cap.

What causes it

  • The page body is larger than the configured cap (10 MB by default).
  • A small compressed response inflated past the cap, the limit is on decoded bytes, which also stops decompression bombs.

How to fix it

  1. This is usually a file rather than a page. Use the CLI's `download` command for raw files.
  2. If you need a higher cap for a specific workload, ask.

What it looks like

413 response
{
  "type": "https://snakereach.com/errors/response-too-large",
  "title": "Response too large",
  "status": 413,
  "detail": "response exceeds the 10485760 byte limit"
}

See also

CLI reference · All errors