cross-domain-policy Questions
7
Solved
just noticed on several websites that the font awesome icons aren's showing in Google Chrome. The console shows the following error:
Font from origin 'http://cdn.keywest.life' has been blocked ...
Ludmilla asked 30/9, 2014 at 15:51
7
Solved
This would be a duplicate of How does Access-Control-Allow-Origin header work?, but the method there also isn't working for me. I'm hoping I'm just missing something.
I am trying to get a Access-C...
Tryout asked 25/1, 2017 at 5:21
1
I tried to make connection from my side client to the API Server with ajax, but I get a error in the response :
Access to XMLHttpRequest at 'https://localhost:44381/api/webinars' from origin 'http:...
Marshamarshal asked 4/11, 2019 at 20:56
2
Solved
I'm trying to access an iframe within a subdomain and get a cross domain error.
Here is the code of example.mydomain.com/iframe_test.html:
<html>
<head>
<script src="//ajax.googl...
Beard asked 29/4, 2014 at 11:4
1
I've searched many forums and am pretty confident this will be a no, but I thought I would open it up to the community just in case ;)
I've been tasked with creating a tool on our Google Sites pag...
Trombley asked 18/10, 2017 at 20:31
7
Solved
I am trying to put comments on Facebook wall using jquery.
But my ajax call not alowing external url .
can anyone explain how can we use external url with jquery ?
below is my code :
var fbUrl=...
Burnley asked 6/1, 2011 at 9:10
2
I have read most of the topics covering cross-domain error and still cannot get it working. Within the website, I load Silverlight module which communicates with WCF Webservice. On localhost, it wo...
Straticulate asked 2/3, 2017 at 15:38
1
Solved
I am trying to integrate the HTML5 video player in my application. My video sources and the caption (for track tag) are coming from a different domain.
When I use the
<video crossOrigin="ano...
Pulchia asked 24/1, 2017 at 8:3
4
I have a website and my REST api server.
I do ajax post request to the REST server to create new model. Answer for this request will be "HTTP/1.1 201 Created" response with header "Location: http:...
Susy asked 8/10, 2011 at 22:23
5
Solved
Is there a "safe" way to check if the same origin policy applies to an URL before actually trying to use ajax methods? Here is what I have:
function testSameOrigin(url) {
var loc = window.locati...
Icecap asked 22/2, 2012 at 23:17
1
Solved
I have a normal JSON feed that I am polling at a url (normalJSONfeed). I am getting the cross origin policy error each time. How can I alter the $.ajax function to get around this limitation when I...
Ar asked 28/6, 2014 at 21:53
1
Solved
I have domain sub.example.com with configured restangular:
RestangularProvider.setDefaultHeaders({
'Content-Type': 'application/json',
'X-Requested-With': 'XMLHttpRequest'
});
RestangularProvide...
Gunshy asked 20/3, 2014 at 8:6
1
I actually don't know the right title for this question, because of I've found many similars but still couldn't figure the solution out.
My problem is that (on Chrome) the website I've working on ...
Aluino asked 10/1, 2014 at 3:39
1
Solved
How does Firebase handle cross origin issues, and what are the underlying security concerns and how are they handled?
Thingumajig asked 21/10, 2013 at 5:11
1
Solved
i have a webpage which is housing my iFrame which is from a different domain.
Now i have a button inside the iFrame which when pressed, needs to refresh or reload the iframe.
I've tried a fe...
Greedy asked 25/6, 2013 at 11:52
1
Solved
Is there a cross domain policy restriction for subdomains?
If I have an application on paint.xxxx.com which is manipulating images from image.xxxx.com, are there any cross domain problems?
I'm as...
Endolymph asked 19/5, 2013 at 23:11
3
Solved
Does anyone know of any workarounds to creating an about:blank iframe on a page in IE when the document.domain has changed?
IE doesn't seem to allow access to empty/dynamic iframes after the docu...
Hornpipe asked 5/2, 2013 at 19:33
1
Solved
I have a local build of my site running at local.mydomain.com. I'm making ajax requests to api.mydomain.com which is running on an AWS server and returns JSON. In Chrome, I can call the API no prob...
Begird asked 21/6, 2012 at 17:8
1
Solved
I have almost impossible problem, but I am hoping someone could come up with some working solution or workaround.
I have a website where I use History.js to do on-demand page changes to prevent l...
Servetnick asked 14/12, 2011 at 16:5
2
Is it possible to set some http headers while http-redirect(302 or 307)?
<?
header("some-header: xxx");
header("Location: http://other.domain.com/foo.php",TRUE,307);
?>
Spiffy asked 4/6, 2011 at 6:23
1
Solved
I am loading html into a UIWebView from iOS local file system.
That HTML page is requesting json data on our server.
I can fetch the json data, so the question is, is there no cross domain policy...
Ichthyoid asked 29/3, 2012 at 15:18
1
Solved
I've read that setting document.domain = "example.com" lets me access the parent domain from a subdomain.
Will the same work the other way around?
Let's say my main site is running under http://e...
Ernestinaernestine asked 8/6, 2011 at 11:19
1
Solved
I'm developing a jQuery plug-in that will be a connector for some REST API.
The implementation is straight forward, but the same origin policy is definitely painfull.
I need to perform mostly POST ...
Stauder asked 6/5, 2011 at 7:34
1
Solved
I have following problem. My webapp is running at
http://webapp.mysite.com/browser/
And I want to make a request to
http://mysite.com/request?....
If I make a standart ajax call with the seco...
Shading asked 27/2, 2011 at 14:54
1
© 2022 - 2024 — McMap. All rights reserved.