本文介绍了阿贾克斯跨子域的请求?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有一种方法,使一个Ajax请求
Is there a way to make an Ajax request to
s3-ap-southeast-1.s3.amazonaws.com(到S3 API)
s3-ap-southeast-1.s3.amazonaws.com (to S3 API)
从
s3.amazonaws.com
s3.amazonaws.com
(从那里驻留在JavaScript的应用程序)?
(from where a JavaScript app that is hosted at)?
推荐答案
您不能做跨域Ajax请求。这包括子域。然而,也可以使用 JSONP 的
You cannot do cross-domain ajax requests. That includes subdomains. However, it is possible to use JSONP.
这篇关于阿贾克斯跨子域的请求?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!