url1 : http://hello.test.mycomapny.com
url2 : http://test.mycomapny.com
JS 可以从url1
问题 AJAXrequest 加载的页面加载到托管的资源url2
吗?它似乎url1
是url2
. 我看到像 web.qq.com 这样的网站有类似的请求(向 d.web.qq.com 发送请求)。
url1 : http://hello.test.mycomapny.com
url2 : http://test.mycomapny.com
JS 可以从url1
问题 AJAXrequest 加载的页面加载到托管的资源url2
吗?它似乎url1
是url2
. 我看到像 web.qq.com 这样的网站有类似的请求(向 d.web.qq.com 发送请求)。
http://url.spec.whatwg.org/#api
在现代浏览器中检查 URL 域的一个好方法是构造一个URL
对象,该对象将解析出域。
至于能否跨域获取资源,就看服务器了。
https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS