Search results
Results from the WOW.Com Content Network
414 URI Too Long The URI provided was too long for the server to process. Often the result of too much data being encoded as a query-string of a GET request, in which case it should be converted to a POST request. Called "Request-URI Too Long" previously. [16]: §10.4.15 415 Unsupported Media Type The request entity has a media type which the
A server SHOULD return 414 (Request-URI Too Long) status if a URI is longer than the server can handle (see section 10.4.15). Note: Servers ought to be cautious about depending on URI lengths above 255 bytes, because some older client or proxy implementations might not properly support these lengths.
404.13 – Content length too large. 404.14 – Request URL too long. 404.15 – Query string too long. 404.16 – DAV request sent to the static file handler. 404.17 – Dynamic content mapped to the static file handler via a wildcard MIME mapping. 404.18 – Query string sequence denied. 404.19 – Denied by filtering rule. 404.20 – Too ...
It is RECOMMENDED that all HTTP senders and recipients support, at a minimum, request-line lengths of 8000 octets. [13] If the URL is too long, the web server fails with the 414 Request-URI Too Long HTTP status code. The common workaround for these problems is to use POST instead of GET and store the parameters in the request body. The length ...
The request/response message consists of the following: Request line, such as GET /logo.gif HTTP/1.1 or Status line, such as HTTP/1.1 200 OK, Headers; An empty line; Optional HTTP message body data; The request/status line and headers must all end with <CR><LF> (that is, a carriage return followed by a line feed).
The length of the request body in octets (8-bit bytes). Content-Length: 348: Permanent RFC 9110: Content-MD5: A Base64-encoded binary MD5 sum of the content of the request body. Content-MD5: Q2hlY2sgSW50ZWdyaXR5IQ== Obsolete [15] RFC 1544, 1864, 4021: Content-Type: The Media type of the body of the request (used with POST and PUT requests).
Get AOL Mail for FREE! Manage your email like never before with travel, photo & document views. Personalize your inbox with themes & tabs. You've Got Mail!
413 Request Entity Too Large Request body too large. [1]: §21.4.11 414 Request-URI Too Long The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret. [1]: §21.4.12 415 Unsupported Media Type Request body in a format not supported. [1]: §21.4.13 416 Unsupported URI Scheme