Cross-domain issues, Request header field XXXXX is not allowed by access-control-allow-headers issues

Source: Internet
Author: User

<customHeaders>
<add name= "Access-control-allow-origin" value= "*"/>
<add name= "Access-control-allow-methods" value= "Get,post,put,delete,options"/>
<add name= "Access-control-allow-headers" value= "Content-type, Access-control-allow-headers, Authorization, X-requested-with,soapaction "/>
</customHeaders>

For security purposes, the browser will send an options request to ensure that the request is sent securely, the general POST DELETE PUT and other requests will modify the server resources, so the browser will first send a request, ask the server will be correct (allow) the request, if the options are not supported Request, and the request will die.

Cross-domain issues, Request header field XXXXX is not allowed by access-control-allow-headers issues

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.