Chrome issue : “Failed to load resource: net::ERR_CONNECTION_TIMED_OUT ”

前端 未结 1 665
北荒
北荒 2021-02-07 23:45

I tried to access my web application via HTTPS. It fails to load JavaScript files and shows \"Failed to load resource: net::ERR_CONNECTION_TIMED_OUT\". But it i

相关标签:
1条回答
  • 2021-02-07 23:56

    I started having this problem after installing the latest release of chrome 46.0.2490.80 m in an attempt to solved my previous problem of chrome displaying garbage on some sites or documents. in my case it happens on jquery load calls. I tried to reinstall from scratch, but could not resolve the issue. I am running a local development wamp server. For now I circumvented the problem by not using jquery. By the way the jquery calls have no problems in IE.

    0 讨论(0)
提交回复
热议问题