瘋狂

          STANDING ON THE SHOULDERS OF GIANTS
          posts - 481, comments - 486, trackbacks - 0, articles - 1
            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

          URL最大長度限制(轉)

          Posted on 2013-05-30 09:29 瘋狂 閱讀(4255) 評論(0)  編輯  收藏 所屬分類: 方法論架構

          轉自:http://blog.csdn.net/jinhill/article/details/3961881

          1. URL不能大于255bytes的說法確實存在,在RFC2616中提到:

            The HTTP protocol does not place any a priori limit on the length of a URI. Servers MUST be able to handle the URI of any resource they serve, and SHOULD be able to handle URIs of unbounded length if they provide GET-based forms that could generate such URIs. 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.

          2. 從上一點也可以看出,255bytes的說法也是為了兼容性考慮。實際上現代瀏覽器的限制如下:

            Microsoft Internet Explorer (Browser)
            Microsoft states that the maximum length of a URL in Internet Explorer is 2,083 characters, with no more than 2,048 characters in the path portion of the URL. In my tests, attempts to use URLs longer than this produced a clear error message in Internet Explorer.
            Firefox (Browser)
            After 65,536 characters, the location bar no longer displays the URL in Windows Firefox 1.5.x. However, longer URLs will work. I stopped testing after 100,000 characters.
            Safari (Browser)
            At least 80,000 characters will work. I stopped testing after 80,000 characters.
            Opera (Browser)
            At least 190,000 characters will work. I stopped testing after 190,000 characters. Opera 9 for Windows continued to display a fully editable, copyable and pasteable URL in the location bar even at 190,000 characters.
            Apache (Server)
            My early attempts to measure the maximum URL length in web browsers bumped into a server URL length limit of approximately 4,000 characters, after which Apache produces a “413 Entity Too Large” error. I used the current up to date Apache build found in Red Hat Enterprise Linux 4. The official Apache documentation only mentions an 8,192-byte limit on an individual field in a request.
            Microsoft Internet Information Server
            The default limit is 16,384 characters (yes, Microsoft’s web server accepts longer URLs than Microsoft’s web browser). This is configurable.
            Perl HTTP::Daemon (Server)
            Up to 8,000 bytes will work. Those constructing web application servers with Perl’s HTTP::Daemon module will encounter a 16,384 byte limit on the combined size of all HTTP request headers. This does not include POST-method form data, file uploads, etc., but it does include the URL. In practice this resulted in a 413 error when a URL was significantly longer than 8,000 characters. This limitation can be easily removed. Look for all occurrences of 16×1024 in Daemon.pm and replace them with a larger value. Of course, this does increase your exposure to denial of service attacks.

          3. 另外值得注意的是,有文章提到作為<a>的href屬性時,URL不能超過1024bytes,這點沒有詳細查證

          綜上,URL還是不適合太長,不是不得已,盡量不要通過GET方式提交大量參數,可以考慮用POST方式(大約在2M左右,應該是和服務器及設定有關)。另外這么長的URL在訪問和收藏(有文章提到有些瀏覽器在收藏超長地址時也是會出現問題)時也是相當不友好的。當然,之前數據庫字段設置時還是作為255bytes處理,現在可能要考慮擴充一下了。

          參考:

          1. What is the maximum length of a URL?
          2. What is the limit on QueryString / GET / URL parameters?
          主站蜘蛛池模板: 商水县| 彭泽县| 渑池县| 托里县| 洛浦县| 宝兴县| 平阳县| 平塘县| 福州市| 绿春县| 察哈| 阳原县| 红安县| 封开县| 伊川县| 兴国县| 电白县| 鱼台县| 北碚区| 南阳市| 洪泽县| 密云县| 尉犁县| 合川市| 遵化市| 丹棱县| 晋江市| 绿春县| 库伦旗| 镇巴县| 永康市| 黄龙县| 茌平县| 皋兰县| 佛学| 赣榆县| 金寨县| 潍坊市| 施秉县| 商洛市| 金阳县|