I'm getting an error when I'm trying to use REST services from Server A1 to Server B2
I'm using a crossdomain.xml
setup like this
Some post say this is a local firewall issue with the server I'm using. Other report it's an issue with the crossdomain.xml file???Code:<?xml version="1.0" encoding="UTF-8"?> <cross-domain-policy> <allow-access-from domain="*"/> <site-control permitted-cross-domain-policies="all"/> <allow-http-request-headers-from domain="*" headers="*"/> </cross-domain-policy>
Any ideals..
Thank you for the input..

Reply With Quote

Bookmarks