"The system cannot locate the resource specified" AJAX

I personally experienced this error because my url was too long.

It worked fine in Firefox, but when I pasted my url into IE's address bar the cgi script complained, and it turned out IE's address bar only accepts 2047characters.

I guess then, using a url > 2047 causes the open() method to fail in this way because IE is fine in...