What is HTTP 413 Payload Too Large?
HTTP 413 Payload Too Large is a client error indicating that the server refuses to process a request because the payload is larger than the server is configured to accept. In scraping pipelines, this typically occurs when submitting massive GraphQL queries, batching too many entity IDs into a single POST request, or uploading oversized files to an API. It is a hard failure that requires immediate chunking or payload compression at the client level.