Origin XX is isn't allowed by access-control-allow-origin. Solution

Source: Internet
Author: User
Origin XX is isn't allowed by Access-control-allow-origin. is actually JS cross-domain access problem

What caused the problem that Ajax cannot request across domains.

Ajax itself actually interacts with the data through the XMLHttpRequest object, and the browser, for security reasons, does not allow the JS code to operate across domains, so it warns.
Solution Red is the point of the place.

    function Sel () {
        $.ajax ({  
        URL: "", 
        Type: "Get",  
        dataType: ' Jsonp ',  
        timeout:5000,  
        success: function (JSON) {
            alert (JSON);
        }, 
        error:function (XHR, ajaxoptions, thrownerror) {  alert ("Http Status: "+ Xhr.status +" "+ Xhr.statustext +" \najaxoptions: "+ ajaxoptions +" \nthrownerror: "+thrownerror +" \ n "+xhr . responsetext);   });

    }


Detailed description and other methods: http://wenku.baidu.com/view/e29f37350b4c2e3f57276386.html



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.