Message type: E = Error
Message class: SECATT_HTTP_STATUS - eCATT HTTP Status Messages
Message number: 413
Message text: Request Entity Too Large
The server is refusing to process a request because the request entity
is larger than the server is willing or able to process. The server MAY
close the connection to prevent the client from continuing the request.
If the condition is temporary, the server SHOULD include a Retry- After
header field to indicate that it is temporary and after what time the
client MAY try again.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
SECATT_HTTP_STATUS413
- Request Entity Too Large ?The SAP error message "SECATT_HTTP_STATUS413 Request Entity Too Large" indicates that the HTTP request sent to the server exceeds the maximum size limit that the server is configured to accept. This typically occurs when you are trying to upload a large file or send a large amount of data in a single request. Causes: File Size Limit: The file you are trying to upload is larger than the maximum allowed size configured on the server. Data Volume: The amount of data being sent in the request exceeds the server's configured limits. Server Configuration: The server settings for maximum request size may be set too low for your needs. Solutions: Increase Server Limits: If you have access to the server configuration, you can increase the maximum request size limit. This is typically done in the web server configuration (e.g., Apache, Nginx) or in the application server settings. For example, in an Apache server, you might adjust the LimitRequestBody directive,
Get instant SAP help. Sign up for our Free Essentials Plan.
SECATT_HTTP_STATUS412
Precondition Failed
What causes this issue? The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server. This ...
SECATT_HTTP_STATUS411
The server refuses to accept the request without a defined Content-Length
What causes this issue? The server refuses to accept the request without a defined Content- Length. The client MAY repeat the request if it adds a va...
SECATT_HTTP_STATUS414
Request-URI Too Long
What causes this issue? The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret. This...
SECATT_HTTP_STATUS415
Unsupported Media Type
What causes this issue? The server is refusing to service the request because the entity of the request is in a format not supported by the requested...
Click on this link to search all SAP messages.