Sending request with URL length ~ 4950 characters.
Getting the following XMLHTTPRequest.ResponseText:
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: ##my long url##
The following error was encountered:
Invalid URL
Some aspect of the requested URL is incorrect. Possible problems:
Missing or incorrect access protocol (should be `http://'' or similar)
Missing hostname
Illegal double-escape in the URL-Path
Illegal character in hostname; underscores are not allowed
Your cache administrator is webmaster.
But when I'm entering the same url in the browser it works just fine. I checked for possible errors(that are listed in the response text) - everything's ok.
When the number of parameters is less than ~200 the script works, so the clue must be in some limits. On the other hand there are no any settings in the apache or php or js.
Any advices or where should I look(some additional configs or whatever) for the solution?