URL的最大长度
作者: 王者之剑(http://www.albertsong.com/) 日期: 2008-08-13 09:21
今天了解了一下Google Chart API,顺便查了URL的最大长度。
规范没有规定,与浏览器和Web 容器的实现有关。
Microsoft Internet Explorer has a maximum uniform resource locator (URL) length of 2083 characters. Internet Explorer also has a maximum path length of 2048 characters. This limit applies to both POST request and GET request URLs.
The spec for URL length does not dictate a minimum or maximum URL length, but implementation varies by browser. ... Note that there is no limit on the number of parameters you can stuff into a URL, but only on the length it can
My early attempts to measure the maximum URL length in web browsers bumped into a server URL length limit of approximately 4000 characters, after which Apache produces a "413 Entity Too Large" error. I used the current up to date Apache
相关链接:http://www.boutell.com/newfaq/misc/urllength.html
规范没有规定,与浏览器和Web 容器的实现有关。
Microsoft Internet Explorer has a maximum uniform resource locator (URL) length of 2083 characters. Internet Explorer also has a maximum path length of 2048 characters. This limit applies to both POST request and GET request URLs.
The spec for URL length does not dictate a minimum or maximum URL length, but implementation varies by browser. ... Note that there is no limit on the number of parameters you can stuff into a URL, but only on the length it can
My early attempts to measure the maximum URL length in web browsers bumped into a server URL length limit of approximately 4000 characters, after which Apache produces a "413 Entity Too Large" error. I used the current up to date Apache
相关链接:http://www.boutell.com/newfaq/misc/urllength.html
评论: 1 |
引用: 0 |
阅读: 342
| 了解了,关注一下。 |
发表评论
订阅
上一篇
返回
下一篇
标签:









