我在 Internet Explorer 11 中运行的应用程序存在问题,该应用程序向振幅.com 发出外部 API 请求并返回 504 GATEWAY TIMEOUT 错误 - 这会导致页面出现长时间延迟(有时会崩溃)并在安慰。
SEC7120: Origin https://live.mysite.com not found in Access-Control-Allow-Origin header.
live.mysite.com
SCRIPT7002: XMLHttpRequest: Network Error 0x80700013, Could not complete the operation due to error 80700013.
live.mysite.com
查看网络选项卡时,我可以看到此请求已发布在 Chrome/Firefox 中加载同一站点时,它工作得非常好(没有延迟问题)
在 Microsoft Edge 中尝试相同的方法时,它似乎工作正常 - 任何想法为什么会出现这种情况?