通过GET方法发送的数据是否有限?

这个问题在这里已经有了答案:

  • 不同浏览器中URL的最大长度是多少? 16个答案

  • 是。 255个字符。 这是因为通过get方法发送的数据通过浏览器的url传递。
    但是不同的浏览器可能有不同的限制,HTTP服务器也会有不同的限制。

    参考https://www.google.com/search?client=ubuntu&channel=fs&q=php.net+get+super+global&ie=utf-8&oe=utf-8#channel=fs&q=length+of+url+in+browser

    链接地址: http://www.djcxy.com/p/7275.html

    上一篇: Is it true that the data sent through GET method are limited?

    下一篇: What is the max length of browser URL for Window.Open