【发布时间】:2014-05-30 15:21:15
【问题描述】:
我正在尝试调试不是我编写的 Web 应用程序。正在发出一个失败的 XMLHttpRequest:
XMLHttpRequest cannot load ... No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '...' is therefore not allowed access.
有没有办法(最好是使用 Chrome 开发者工具)来定位这个调用的来源?
【问题讨论】:
标签: javascript debugging xmlhttprequest google-chrome-devtools