Questions tagged [cross-domain-policy]

Cross-domain policy refers to the browser restrictions on script, stylesheet, and plugin execution across domains, protocols, and ports.

201 questions
0
votes
1 answer

WebRequest SecurityException

I am trying to post a cross-domain HTTP request but keep getting a SecurityException instead of a response. I have added a clientaccesspolicy.xml:
Jaster
  • 8,255
  • 3
  • 34
  • 60
-1
votes
1 answer

Javascript cross-origin exception on Chrome but not on Firefox

I recently developed a Firefox extension which allows me to automate some actions on several websites (mainly retrieving data). The extension works well so I'm currently developing a Chrome version of the extension. There are some differences…
-1
votes
1 answer

C# Multi-threaded Server - Cross Domain Policy

I have a server, listening for connections from a SWF file in browser. When running on local, it picks up a connection then drops it very soon after leaving in the log: [31/1/2016 18:10:14] 127.0.0.1connected. Full 127.0.0.1:58482 [31/1/2016…
Sauced Apples
  • 1,163
  • 2
  • 14
  • 37
-1
votes
1 answer

Why is my ajax get request responding with an error even though it was successful?

I am attempting to retrieve some data from a 3rd party domain. When I enter the request url. I am able to see the data I requested. But when I attempt to make a call using ajax (to a different domain), it returns the error message. Why am I not able…
PaulyK
  • 29
  • 3
-1
votes
1 answer

connect to socket in as3

I want to make a chat app using socket in as3. I have already followed many examples but none of them helped much. Right now i am following this link. I am running php at localhost using xampp.Also i have already ran…
kaif
  • 11
  • 2
-2
votes
1 answer

Call to my rest service from Angular app hosted in Asp.net core web server blocked by CORS policy

I have a Angular App that is hosted in Asp.net core web server, though this Angular app i am calling another Rest api service for getting some data but my call to external Rest Service api is blocked by CORS policy. The Error i am getting in browser…
theburningfire
  • 481
  • 1
  • 4
  • 20
1 2 3
13
14