413
SIP

413 Request Entity Too Large

The server is refusing to process the request because the message body is larger than the server is willing to accept.

On this page

When You See This Code

When sending a SIP message with a body (SDP, XML, etc.) that exceeds the server's size limit.

How to Fix

Reduce the size of the message body. For SDP, minimize codec offers or remove unnecessary attributes.

Cross-Protocol Equivalents

Compare With

Guides

Glossary

Frequently Asked Questions

What is SIP 413 Request Entity Too Large?

The server is refusing to process the request because the message body is larger than the server is willing to accept.

When do you see SIP 413 Request Entity Too Large?

When sending a SIP message with a body (SDP, XML, etc.) that exceeds the server's size limit.

How to fix SIP 413 Request Entity Too Large?

Reduce the size of the message body. For SDP, minimize codec offers or remove unnecessary attributes.