javascript - Can I use jq ajax to get data from different domains?
代言
代言 2017-07-05 11:04:02
0
2
1023

Can I use jq ajax to obtain data from different domains? Is it okay to use ajax directly instead of jsonp?
What do I need to do with the backend?

代言
代言

reply all(2)
女神的闺蜜爱上我

jsonp also requires some work on the backend. Basically, if it involves cross-domain, it requires some cooperation from the backend.

http://www.cnblogs.com/2050/p...

You can look at cross-domain related information. You can choose different solutions for complete cross-domain and cross-subdomain.

If you only support modern browsers, you can consider cors, which will be more convenient.

仅有的幸福

You need to fill in the relevant cross-domain permission header information in the background. . . .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!