XHR Request Hangs On El Captain Safari

I have a strange situation that we cannot understand or understand.

We have a web application. If I use chrome on osx, it works. If I use safari and end up in our QA environment, it works. If I run a safari on Mavericks against my local machine, this works. If I run a safari on el capitan against my local development machine, NOT working.

We see that the browser can directly load assets, but xhr requests sit there and rotate indefinitely. One example is using angular with routing, and when angular does xhr for an html page, it sits there and freezes. However, if I just put the same URL in the browser, it will simply remove the html.

This guarded us. It worked great at Mavericks, it works great in our QA environment. We have disabled all firewalls on local machines. The iis logs on the local dev never see the request for the html file. Chrome on el capitan works great.

Does anyone have any ideas?

+3
source share

Source: https://habr.com/ru/post/1259026/


All Articles