clientaccesspolicy.xml file enables cross-domain access in Silverlight
Questions tagged [clientaccesspolicy.xml]
60 questions
0
votes
1 answer
Silverlight - ClientAccessPolicy.xml Syntax
I'm trying to communicate with an Apache web server in a cross-domain way.
I have a clientaccesspolicy.xml file set up on the root of the domain and it is successfully retrieved by the Silverlight client when attempting to make a GET request to a…

Anthony Compton
- 5,271
- 3
- 29
- 38
0
votes
2 answers
Can't access silverlight web service
I have a clientaccesspolicy.xml that allows everything.
I use javascript to pop up a window from an aspx from the same server.
The aspx calls the web service but fails.
silverlight System.Security.SecurityException: Security error. This
could be…

Xander
- 9,069
- 14
- 70
- 129
0
votes
1 answer
How do I restrict domains for Silverlight NetTcp connections?
I'm hosting a clientaccesspolicy.xml for a locally hosted Silverlight component that communicates using TCP connections. It works but I'm trying to tighten the permitted domains and I can't find documentation to indicate how to specify these…

dlanod
- 8,664
- 8
- 54
- 96
0
votes
1 answer
Google Analytics with Silverlight HTTPS cross domain policy problems
I'm sending simple messages to Google Analytics from a Silverlight app. They look something like this (data changed):
http://www.google-analytics.com/collect?v=1&tid=foobar&cid=foobar&t=pageview&dp=foobar&dt=foobar
Very simple API. If I use HTTP it…

Mud
- 28,277
- 11
- 59
- 92
0
votes
1 answer
Web Service Request in HTTPS is directed to clientaccesspolicy in the middle of the session as HTTP
I am working on a Silverlight 5 application which is able to get data using wcf web services. But once a save or delete is attempted the clientaccesspolicy.xml file is requested. This request happens in the HTTP protocol which the browser then…

ΩmegaMan
- 29,542
- 12
- 100
- 122
0
votes
1 answer
Silverlight client consuming WCF service
Please bear with me as I am new to WCF services/ Windows services. I've created a WCF service hosted in a Windows service. I want to consume that WCF service in a Silverlight in-browser application over TCP. Below is the code fragment in Silverlight…

Tejas Sutar
- 747
- 2
- 11
- 33
0
votes
4 answers
Silverlight accessing WCF serivce throws Crossdomain error
I understand this question has been answered many times but i could not resolve it for some reason. I hope some one can solve my problem which might be straightforward for many, but i some how couldnt figure it out as I am relatively new to…

Sullivan
- 1
- 1
- 1
0
votes
0 answers
clientaccesspolicy.xml suddenly stopped working
Good afternoon. I'm in a bit of a pickle. I tried to help a coworker and now her web application (hosted locally, so I can't show results to you) is not working. I was trying to edit her clientaccesspolicy.xml file and all was going well. Then…

mrcoulson
- 1,331
- 6
- 20
- 35
0
votes
1 answer
Clientaccesspolicy.xml to be found under a port on Tomcat
I am running a Tomcat 6 server configured to use port 7787.I have to post data from a Silverlight app to a servlet running on this server.Ofcourse this is crossdomain so it requires me to have clientaccesspolicy.xml in the root.
I have seen various…

Vinc
- 695
- 2
- 10
- 26
0
votes
1 answer
BingMaps Silverlight can not use tilesouce that is http, only https works
I've been following a whole bunch of tutorials on how to get overlays working in bing maps silverlight and they all appear to not even mention this problem of mine.
Example of tutorial:…

Chris Rice
- 728
- 2
- 9
- 32
0
votes
1 answer
sharepoint is throwing securityException on silverlight, even though clientaccesspolicy.xml is in place
after one day of thorough searching for solutions, I'm at a standstill over the following issue:
I am adding a aspx-page with silverlight app as a feature to my sharepoint.
The app accesses the sparql-endpoint from a virtuoso service and works fine…

chile
- 724
- 1
- 7
- 15
0
votes
1 answer
SilverLight Connect to NetTcp WCF Hosted inWindows Service
I have a WCF Service that Hosted in Windows Service
It uses NetTCPBinding and i could connect, i want to implement new Silverlight client to access the service
i have walk through the normal way to add service reference, and it was added with…

mkalashy
- 103
- 1
- 4
0
votes
0 answers
WCF/Silverlight crossdomain and client access policy
I have an application accessible from Forefront UAG (reverse proxy), which calls a WCF service.
Running the application without the proxy, it works well, but from the proxy, the application can't get the clientaccesspolicy.xml and crossdomain.xml…

Alexis Mathieu
- 683
- 5
- 12
0
votes
1 answer
Azure trying to use 127.0.0.1 when accessing clientaccesspolicy.xml and crossdomain.xml files
I have a typical Silverlight 5 application created on Azure with a web project that hosts the site hosting the Silverlight XAP file and another web project that hosts a collection of WCF Data Services.
Together the two sites run in a single Azure…

Chris Meadows
- 118
- 1
- 1
- 7
-1
votes
1 answer
wildcard allow-from uri in clientaccesspolicy.xml failing for Silverlight access to WCF
I've successfully created and am currently using a clientaccesspolicy.xml file to expose my WCF to my Silverlight client, with an allow-from domain uri of http://*. I'd like to tighten it up by using a more specific uri like http://www.foobar.com…

Brad
- 1
- 1