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
1
vote
2 answers

How J2EE Agent contacts OpenAm?

I have installed OpenAM in domain 1, and my application is in domain 2 protected with J2EE agent,My question is, Once I get access to my application after authentication do the agent contacts over the network to openam(for authorization), for every…
Phalguni
  • 61
  • 1
  • 9
1
vote
1 answer

How and is it possible to have one Mvc and one webapi project operating under same domain name

I have two separate projects http://www.local.mysite.com (mvc websites) http://api.mysite.com (webapi) I'd like to avoid using CORS, (currently required for my web ajax calls) (as they are across origin). So could I in theory, host the webapi under…
williamsandonz
  • 15,864
  • 23
  • 100
  • 186
1
vote
2 answers

jQuery / JSON API Getting around the same origins policy with PHP proxy script

I am trying to write a jQuery script that can read a JSON file from a server that I don't have access to. My two scripts are a PHP proxy script:
wtmcm
  • 307
  • 1
  • 4
  • 19
1
vote
1 answer

Greasemonkey to save specific data on the web page, to a database, has access errors?

I'm trying to extend the usability of a photo-gallery site using Greasemonkey. The site has a thumbnail for each photo gallery and when you click those thumbnails, they open their own gallery pages. The problem is that the website updates its…
1
vote
1 answer

heroku node js simple cross-domain issue

I worked with two nodejs (no Express) application : webprocess dataprocess dataprocess sends back a rest message with this code : var status = 200; if (responseStatus) { status = responseStatus; } var contentType = "application/json;…
Yooz
  • 2,506
  • 21
  • 31
1
vote
1 answer

Does Facebook allow CORS headers?

How can I discover if Facebook allowes cross domain requests? Can I make a JavaScript which can handle a Cross Domain Request to Facebook?
1
vote
0 answers

JW player 6 cross domain access denied

I have a HLS stream that can be viewed on an iPhone but not on a desktop. It returns the error "Cannot load M3U8: crossdomain access denied" message, but I have crossdomain.xml placed on wowza server from where stream is coming. I am using premium…
Usman Khan
  • 51
  • 1
  • 5
1
vote
1 answer

Do cross domain iFrames cause security errors in different browsers?

We need to host another tool inside our own website (i.e. www.OurCompany.com) in an iFrame. The tool resides on a different URL (i.e. www.TheToolSite.com). We do not need to interact with the content of the iframe. But we do need to be able to…
willem
  • 25,977
  • 22
  • 75
  • 115
1
vote
1 answer

How to suppress "Unsafe JavaScript attempt to access frame with URL" when doing cross-domain access

Does anyone know of a good solution to suppress the warning messages that are shown in the Chrome dev tool console "Unsafe JavaScript attempt to access frame with URL" that happens when trying to access frames from a different domain? Right now, I…
1
vote
1 answer

.getJSON works, .get does not

I have a function that uses .getJSON to get a JSON file from a server, get some data off it (a url is part of the data), and then call another function that needs to grab info from the parsed url (a plain Jane HTML page). var jsonurl =…
1
vote
0 answers

With the implementation of the CORS security model will the cross-domain extension "permission" privilege be eliminated or absolete?

I have referenced the link below but the answers provided are not conclusive. If in fact the purpose of CORS from the website provider point of view is to restrict programmatic access to their webpage data then they will be reluctant to grant…
1
vote
1 answer

Cloud Foundry and Socket.IO Cross Domain Policy Issue

I'm receiving this kind of message everytime the browser load this URL: http://volkova.cloudfoundry.com/socket.io/socket.io.js
1
vote
1 answer

Read parent variable from an cross domain iframe

i know there is a lot of ask about cross domain iframe but i definetly can solve my problem which is : On page www.domain_A.com/test.php
this what i want