中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何理解URL最大長度限制的問題

發布時間:2021-09-29 14:00:11 來源:億速云 閱讀:304 作者:iii 欄目:開發技術

這篇文章主要介紹“如何理解URL最大長度限制的問題”,在日常操作中,相信很多人在如何理解URL最大長度限制的問題問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”如何理解URL最大長度限制的問題”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

在開發調試支付寶接口時,突然發現支付寶接口的URL很長,遠遠大于之前自己印象中的255個字符。趕緊搜索查證了一番,理解如下:

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.

從上一點也可以看出,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.

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

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

到此,關于“如何理解URL最大長度限制的問題”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

url
AI

从江县| 鹤峰县| 绍兴市| 肃南| 遂平县| 石家庄市| 环江| 丹江口市| 永济市| 清远市| 玛曲县| 黄浦区| 施秉县| 佛坪县| 兴城市| 昆明市| 班玛县| 张掖市| 五峰| 黔西| 自贡市| 博湖县| 吴堡县| 图木舒克市| 商南县| 武隆县| 讷河市| 中超| 南陵县| 土默特左旗| 鹤庆县| 神木县| 义乌市| 石河子市| 大足县| 崇仁县| 乳源| 荥经县| 盘山县| 高要市| 隆林|