Request a resource that is located in the http://feeds.adobe.com/webservices/mxna2.cfc (requester from http: // localhost: 8080/mycsdntest/test. s

Source: Internet
Author: User

When the above error occurs, you need to configure the policy file and write a crossdomain. put the XML file in the root directory of the site, that is, http: // localhost: 8080/crossdomain. where XML can be accessed,

The content of crossdomain. XML is as follows:

<? XML version = "1.0"?> <Br/> <! Doctype cross-domain-Policy System "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <br/> <cross-domain-Policy> <br/> <allow-access-from domain = "*" to-Ports = "*" secure = "true"/> <br/> <allow-http-request-headers-from domain = "*" headers = "*" secure = "true" /> <br/> </Cross-Domain-Policy>

 

Write "*" of the domain attribute to the IP address that can be accessed. In to-ports, "*" is written to the port. The problem can be solved according to the above description!

 


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.