在页面'www.foo.com',从'www.example.com'脚本加载发送Ajax请求为“www.example.com”?
问题描述:
这是不是限制跨域策略或不?
Is this something restricted by cross-origin policy or not?
答
您不能。你可以只发送请求 www.foo.com
。
You can't. You could only sent requests to www.foo.com
.