Message type: E = Error
Message class: SECATT_HTTP_STATUS - eCATT HTTP Status Messages
Message number: 411
Message text: The server refuses to accept the request without a defined Content-Length
The server refuses to accept the request without a defined Content-
Length. The client MAY repeat the request if it adds a valid
Content-Length header field containing the length of the message-body in
the request message.
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_STATUS411
- The server refuses to accept the request without a defined Content-Length ?The SAP error message SECATT_HTTP_STATUS411 indicates that the server is refusing to accept the HTTP request because it does not have a defined Content-Length header. This typically occurs when a client (in this case, an SAP system) sends a request to a server without specifying the size of the body content, which is required for certain types of requests.
Cause: Missing Content-Length Header: The HTTP request being sent does not include the Content-Length header, which tells the server how much data is being sent in the body of the request. Incorrect HTTP Method: The request method (e.g., POST, PUT) may require a body, but the body is either empty or not properly defined.
Configuration Issues: There may be configuration issues in the SAP system or the server that prevent the proper setting of the Content-Length header.
Solution: Check Request Body: Ensure that the request being sent has a body and that it is not empty. If
Get instant SAP help. Sign up for our Free Essentials Plan.
SECATT_HTTP_STATUS410
Gone - The requested resource is no longer available at the server
What causes this issue? The requested resource is no longer available at the server and no forwarding address is known. This condition is expected to...
SECATT_HTTP_STATUS409
Request couldn't be completed (conflict with current state of ressource)
What causes this issue? The request could not be completed due to a conflict with the current state of the resource. This code is only allowed in sit...
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_STATUS413
Request Entity Too Large
What causes this issue? The server is refusing to process a request because the request entity is larger than the server is willing or able to proces...
Click on this link to search all SAP messages.