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
- This is usually a file rather than a page. Use the CLI's `download` command for raw files.
- If you need a higher cap for a specific workload, ask.
What it looks like
{
"type": "https://snakereach.com/errors/response-too-large",
"title": "Response too large",
"status": 413,
"detail": "response exceeds the 10485760 byte limit"
}