Ajax cross-domain access workarounds

Source: Internet
Author: User
Ajax cross-domain access
Cross-origin request blocked: Same-origin policy prevents read in http://zsh.cityhouse.cn/market/ajaxlogin.html?fromurl=http%3A%2F%2Fwwwt.cityhouse.cn% Remote resources for 2fdefault%2fforsalerank.html%3fmatchrand%3da0b92382. (Reason: CORS header is missing ' Access-control-allow-origin ').

A resource that accesses "http://www.a.com" from "http://www.b.com" appears as the above error prompt.

var loadurl = "http://www.a.com/market/ajaxlogin.html?";
Loadurl + = "fromurl=" +encodeuricomponent (LOCATION.HREF);
$ ('. Popcontent '). Load (Loadurl);

How can we solve this, thank you ~ ~ ~

------to solve the idea----------------------
Is there a setup access-control-allow-origin on the server?
Reference: http://blog.csdn.net/fdipzone/article/details/46390573
------to solve the idea----------------------
1. Add header header Access-control-allow-origin on server side;
2. Whether the method to be called by the server supports JSONP;
3. If not, honestly use curl on the server side to obtain data, Ajax rendering;
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.