Cross-domain policy refers to the browser restrictions on script, stylesheet, and plugin execution across domains, protocols, and ports.
Questions tagged [cross-domain-policy]
201 questions
0
votes
4 answers
http, https & ajax bypass, maybe?
I have a server script that I need to pass data to from the browser without reloading the page (aka ajax). The data is sensitive so should be sent via https. The page however is on the http layer. Because of same domain/protocol restriction, the…

Michael Ekoka
- 19,050
- 12
- 78
- 79
0
votes
1 answer
Cross Domain URL in jQuery
I have made a very simple index.php code as following
Here also we are acessing a resource from another domain.
But here we didnt get any problem due to same origin policy. So, does …

Jeevi
- 2,962
- 6
- 39
- 60
0
votes
1 answer
Why does my Silverlight Socket Policy File not work?
I've got a silverlight client, using SL4, and a C# server using .NET 4. The server opens a port on 4525, to which the client is intended to connect. Now, if I can ask that you simply read the following, we can probably avoid me having to post any…

DigitalJedi805
- 1,486
- 4
- 16
- 41