Internet Explorer 에서 URL 의 최대 길이는 2,083문자
요약
Microsoft Internet Explorer는 최대 2,083문자의 Uniform Resource Locator(URL) 길이를 갖는다.
Microsoft Internet Explorer는 최대 2,048의 경로길이를 갖는다.
이 제한은 POST request와 GET request 양쪽에 모두 URL 길이에 적용된다.
만약 GET method를 사용한다면 실제 경로의 길이를 뺀 최대 2,048 문자로 제한되어야 한다.
그러나 POST method는 name/value 쌍에 대한 URL 의 크기에 제한되지 않는다. 이들 쌍은 URL이 아닌 헤더에서 전송된다.
RFC 2616, "Hypertext Transfer Protocol -- HTTP/1.1," 에는 URL 길이에 대한 어떤 규격도 없다
----------------------------------------------------------------------------------
Maximum URL length is 2,083 characters in Internet Explorer
View products that this article applies to.
Article ID : 208427
Last Review : October 27, 2007
Revision : 3.4
This article was previously published under Q208427
SUMMARY
Microsoft Internet Explorer has a maximum uniform resource locator (URL) length of 2,083 characters. Internet Explorer also has a maximum path length of 2,048 characters. This limit applies to both POST request and GET request URLs.
If you are using the GET method, you are limited to a maximum of 2,048 characters, minus the number of characters in the actual path.
However, the POST method is not limited by the size of the URL for submitting name/value pairs. These pairs are transferred in the header and not in the URL.
RFC 2616, "Hypertext Transfer Protocol -- HTTP/1.1," does not specify any requirement for URL length.
REFERENCES
For a further breakdown of the components, see the Wininet header file.
For more information, see "General Syntax," section 3.2.1 of RFC 2616, "Hypertext Transfer Protocol -- HTTP/1.1," at the following Internet Society Web site:
ftp://ftp.isi.edu/in-notes/rfc2616.txt (ftp://ftp.isi.edu/in-notes/rfc2616.txt)







댓글을 달아 주세요