XHR request hangs in safari on el capitan

放肆的年华 提交于 2020-01-04 01:58:06

问题


I have a wierd situation that we cannot figure out or make sense of.

We have a web application. If i use chrome on osx it works. If i use safari and hit our QA environment it works. If i run safari on Mavericks against my local dev machine it works. If i run safari on el capitan against my local dev machine to does NOT work.

What we see is that the browser is able to directly download assets but xhr requests sit there and spin indefinitely. One of the examples is were using angular with routing and when angular makes the xhr for the html page it sits there and hangs. However if i just put the same url into the browser itself it pulls down the html just fine.

This has stumped us. It worked fine in Mavericks, it works fine in our QA environment. We have turned off all firewalls on the local dev machines. The iis logs on the local dev never see the request for the html file. Chrome on el capitan works just fine.

Does anyone have any ideas?

来源:https://stackoverflow.com/questions/38789251/xhr-request-hangs-in-safari-on-el-capitan

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!