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

fail test Same Origin on IE

This test (to sending a cross domain AJAX or not) is always false on Internet Explorer but it works on Microsoft Edge. It looks like, the element doesn't populate on IE. function testSameOrigin(url){ /* Return true if belongs to the…
0
votes
0 answers

How to get steamcommunity market item lowest price using Javascript and jQuery?

I'm coding from time to time and make scripts for fun and to help others. How can I get JSON from other site? As we know, there are cross-domain restrictions.. This is what I'm trying to get:…
user6068151
0
votes
1 answer

Is it possible to get the contents of a Google Docs Spreadsheet from within a GMail gadget?

Here is what I figured so far: To get content of the spreadsheet "od6" with the ID "0Aj3x4n7SOPMRdFA2VmJuampIUDFzdlAwRUwtSEJacmc" you have to acces this…
JochenJung
  • 7,183
  • 12
  • 64
  • 113
0
votes
1 answer

Why do browser blocks specific Ajax requests?

I have two code snippets: $.getJSON("https://noembed.com/embed", {"format": "json", "url": input.val()}, function (data) { // work with data }); The second one: $.getJSON("https://www.youtube.com/oembed", {"format": "json", "url": input.val()},…
0
votes
1 answer

If a webserver has a host name and a different alias DNS name, what will be the value of document.domain?

I have a webserver with the following host name and DNS alias name. Host name - server1.aa.xx.company.com Alias name - server1.bb.xx.company.com In the above scenario, what will be the value of JavaScript DOM object document.domain? Will it be…
HVS
  • 2,427
  • 3
  • 21
  • 19
0
votes
0 answers

Can an application views different application(aka in different application name) in android like webview does

hi I have this crazy idea of thinking an application that can cross access from application to another. The condition would be under same company name but just the last program package would be different. Or is there possible to create a view to…
0
votes
0 answers

Rails 4, highmaps, out of date JS files and problems with Mixed Content: xxxx was loaded over HTTPS, but requested an insecure script

I have 2 questions regarding highcharts (using high maps also) and cross-domain policy issues. My site runs over https. The Rails 4 installation of highcharts for rails seems to be out of date - the js files don't work when trying to implement…
GhostRider
  • 2,109
  • 7
  • 35
  • 53
0
votes
2 answers

How to server flash policy file with socket-io 1.3.5 (node server)?

I'm trying to serve inline flash policy file on port 3000, but with no luck. I can not catch any callback from flash policy call (\0). And I don't know how to serve send policy file back to flash through the socket. Somethig…
0
votes
1 answer

Flash - HTTP requests won't work on localhost

First off, I'm trying to fix something that I didn't build to begin with and the guy who's project it was assures me it was working fine when he left, although a version I haven't touched since he left seems to have the same issues. I'm also a bit…
Md Derf
  • 11
  • 2
0
votes
1 answer

iFrames and Cookies

I have a site on A.com and an iframe on B.com which reads info from A.com. I realize that there is some problems with third party cookies, iframes and P3P - particularly in Safari [my problem] Is it possible to instead, use AJAX or a hidden iFrame…
Tom
  • 3
  • 2
0
votes
2 answers

Flash wildcard security domain risk

I've got a question about the risk of using a wildcard as a security domain in the method security.allowDomain with Flash. Suppose the only thing a Flash application does is show some frames or images in a row, and doesn't have any exciting…
Beurtschipper
  • 863
  • 6
  • 13
0
votes
1 answer

How can I read the logged user in my APIController?

in a WebAPI mvc project How can I read the logged user in my APIController?
0
votes
1 answer

Test Policy File service without Flash?

I have a Policy File service written in Node.js (Windows 7 environment). I simply want to test that the service returns the policy when a request is made over port 843, but without using Flash (i.e. Telnet, Browser, Powershell, Python, anything…
0
votes
2 answers

is that possible to load a local file from remote swf?

Remote swf can not access a local file. Here is the error details : SecurityError: Error #2148: SWF file http:// www.mydomain.com/ClipboardTest.swf cannot access local resource file:///C:\Temp\clip_image001.jpg. Only local-with-filesystem and …
0
votes
1 answer

How to install flash socket policy on server Centos?

What should i do to install flashpolicyd from http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html on Centos. Installation from Python_init folder and ./install.sh start ?. Which step is install it ? Thanks Advance!
Minh Loc
  • 173
  • 1
  • 1
  • 10