HTTP 413 Content Too Large

The request body exceeds what the server will accept. Still widely known by its old reason phrase, Payload Too Large.

Why you would test it

Test at the boundary, not far past it. A client that streams uploads may fail differently from one that buffers.

Endpoints that return 413

1 endpoint in this playground answers with 413. Every one is free, needs no signup, and can be called from the browser or with curl.

Other client error codes

All HTTP status codes · All 37 mock REST APIs · Getting started guide