When IE does Ajax, does the 2k length limit still apply for URL? (or is it only for the URL on the address bar)
What about URL with the hash portion together exceeding 2k but without the hash, it is less than 2k?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
All IE requests go through Wininet. Have a look at the SDK header files:
So, yes, that length limitation applies.