When I create an XmlHttpRequest (via jQuery $ .ajax) for a specific URL, my Chrome constantly hangs every time with the status for the request "Waiting".
After that, Chrome should be closed, i.e. forced from the task manager, and it detects common signs of chaos, such as the Cookies and Scripts tabs, empty when they were filled with normal looking data immediately before it.
This is strange because (a) my colleagues, who seem to be all the same, do not have such problems; (b) I have been using Chrome to run this code (our JavaScript application in our company) for many months, and this has just begun to happen for no apparent reason.
I checked the Apache logs, they seem to process the request as usual until completion, but Chrome never sees the answer, apparently.
A few other explanations: to failure, the same Chrome and Apache return the JS truck and image files, as a rule, for example, everything looks fine until they become. The request is not particularly large (several hundred bytes in and out) or complicated in any obvious way.
If anyone can give me some hints about where to look, I would be grateful!
source share