What is the maximum allowed size of a URL for a GET request in IE8?
What is the 开发者_开发问答maximum allowed size of a URL for a GET request in IE8? I have a url that is ~7700 characters that works on all browsers except IE.
2,083
If your url is 7700 characters long you're doing it wrong. Use a post instead.
2083 http://answers.yahoo.com/question/index?qid=20061010115620AAlvrSF
精彩评论