Is it true that the data sent through GET method are limited?
This question already has an answer here:
Yes. 255 Characters. This is because data sent through the get method is passed through the url of the browser.
However different browsers may have different limits ,and HTTP servers will also have different limits.
reference 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/7276.html上一篇: AngularJS将数据传递给$ http.get请求
下一篇: 通过GET方法发送的数据是否有限?