Cross-Origin Resource Sharing allows browsers' XMLHttpRequest object to make cross-domain requests. Supported in most modern browsers.
0
votes
0answers
11 views
Write data back to my backend server from a packaged Sencha-Touch 2 App
I am trying to write a Sencha Touch application that I can package in PhoneGap for iOS, Android etc...
The app allows you to input some data which I would like to save to my backend server using ...
0
votes
0answers
9 views
302 redirect to a different domain fails silently
I have this peculiar flow.
I make an XMLHttpRequest to my server
My server sends a 302 redirect to a different domain. The server at that domain is CORS compliant.
The browser possibly follows the ...
2
votes
3answers
30 views
PhoneGap, jQuery getJSON and CORS
I'm developing a mobile application based on PhoneGap. I need to use AJAX, I'm working with jQuery.
I'm trying to get a JSON from a WS on PHP with CORS, but I get an error, and the error message is ...
0
votes
0answers
12 views
THREE.js LoadTexture CORS violation
I have a THREEjs CodePen available here which shows the issue: http://codepen.io/ASRagab/pen/IsAnr
This works without issue in Safari or Firefox. But on Chrome for Mac or Windows, I received the CORS ...
0
votes
0answers
9 views
CORS cross domain DOM modification using jquery
I'm trying to make a cross domain DOM modification to from bar.com to another domain foo.com that I have. The purpose is for users to be able to make modifications via bar.com's iframe to foo.com in ...
0
votes
1answer
14 views
Does Safari supports Access-Control-Expose-Headers header?
I need to read the Location header using XHR. I have added an Access-Control-Expose-Headers header to the OPTIONS response and to the response where I need to read the header:
...
0
votes
1answer
24 views
Load a PDF document from remote server into base64 encoded data
Is there any any option available to load a PDF from a website (e.g. http://mywebsite.com/mydoc.pdf) and read it into base64 (or) binary data using javascript. The XHR (ajax) request not helps me due ...
0
votes
0answers
10 views
Enable CORS in wordpress
I'm trying to enable CORS in wordpress and I've placed this line of code in my header.php file
header("Access-Control-Allow-Origin: *");
Then I tested to see if it works via this page ...
0
votes
0answers
8 views
Amazon Direct File Upload Fails Intermittently with SignatureDoesNotMatch
I am trying to upload directly to S3 using CORS and it seems to work 60% of the time. the other 40% of the time it fails with the error:
SignatureDoesNotMatch -
The request signature we ...
0
votes
1answer
9 views
Enable mod_header in apache in Mac OS X for CORS
I'm trying to set up my site to allow CORS for cross domain scripting, however this seems to require mod_header to be enabled in my .htaccess file. I don't have much experience dealing with apache.
...
1
vote
1answer
28 views
How can I add CORS-Headers to a static connect server?
I am writing a little demo web server delivering static html,css and javascript.
The server looks like
(function () {
"use strict";
var http = require("http");
var connect = ...
0
votes
0answers
8 views
CORS configuration in Config.groovy
How do you configure in Config.groovy for the setting. Example will help, I can't find the right documentation. Even after I configure the following in BuildConfig.groovy
runtime ":cors:1.1.0"
I am ...
0
votes
1answer
14 views
How do I tell my service (all calls REST/JSON) to handle OPTIONS requests?
I have written a WCF service to return JSON on REST requests. Works great with a browser hitting it. But when my JavaScript hits it, the first request is an OPTIONS request for the url with ...
0
votes
1answer
23 views
Sencha Touch 2 & Spring Security cross-domain login
I need use API of some server from Sencha Touch 2 app . For using this API I need authenticate on server.
So I already implemented login functionality :
Ext.Ajax.request({
url: ...
0
votes
1answer
14 views
CORS ASP.NET webservice from javascript
I'm trying to figure out how to make a regular html page (with javascript) get data from a WebService which I created in Visual Studio using Asp.Net. My final project is going to have the WebService ...
0
votes
1answer
12 views
CORS with Windows Authentication (NTML)
I've run into the CORS issue when doing an xhr request to a different domain (in my case, localhost to another server).
This blog describes the various issues I've run into : ...
0
votes
0answers
15 views
Ajax, CORS, no transport error on 1 website
I'm looking for advice on cross domain requests. I'm working on a bookmarklet which retrieve html templates via get request. It's working on virtually any website but one specific retailer is blocking ...
0
votes
0answers
13 views
IIS aborting REST API CORS requests with 500… for one and only one URI
I'm using AJAX to make CORS requests to an api, but seeing some really odd behavior: my click-tracking (pre-flight OPTIONS request) is always interrupted by IIS and returns 500 before the request is ...
0
votes
2answers
61 views
CORS request is preflighted, but it seems like it should not be
The following cross-origin POST request, with a content-type of multipart/form-data and only simple headers is preflighted. According to the W3C spec, unless I am reading it wrong, it should not be ...
0
votes
1answer
22 views
Access-Control-Allow-Origin Limit
I have set up our public facing website with the header Access-Control-Allow-Origin: * so that we can use JSON and AJAX. However, what I really want to do is limit it to only certain servers. The ...
1
vote
1answer
46 views
Calling ServiceStack Service Cross-Domain with Cors Issue
I am in the process of testing some web services on my local machine. Because the test page sits on the root at port 80, and the web-services on different ports, I get the following error from ...
0
votes
0answers
29 views
Web Api Cross Domain Basic Authentication
I have setup a web api to allow cross domain access with Basic Authentication. When I make a cross domain GET request to the API, it works fine and I am getting token in "Authorization" header in my ...
2
votes
1answer
88 views
Success callback on $http.post in AngularJS using Firefox
I have a simple CORS AJAX call from within AngularJS application with success callback:
$http({method:'POST',url:"http://0.0.0.0:4567/authenticate",
params: ...
1
vote
1answer
27 views
JQuery AJAX request to Sinatra app blocked by CORS
I have been struggling with this for quite sometime now. I believed I had the issue resolved, but lo and behold, it arised again.
Here is my problem from localhost:
OPTIONS ...
1
vote
1answer
61 views
$.support.cors clarification?
As a part of reading signalR documentation and jQuery's documentation
jQuery's docs states :
Cors is equal to true if a browser can create an XMLHttpRequest object
and if that XMLHttpRequest ...
0
votes
0answers
60 views
Laravel 4 Response Headers: deny ajax request based on origin domain
I'm trying to create a simple method to restrict access to data based upon the domain from which an HTTP request originates (i.e. CORS basically).
To give some brief background: (I'm using latest ...
0
votes
0answers
24 views
Can I always access window.frameElement from inside an iFrame?
I'm working on a postMessage communication system which works on local and foreign domains (which will also have to run the plugin/protocol I'm writing).
Part of my communication protocol requires ...
0
votes
0answers
25 views
IIS 7.5 unable to serve javascript
I have a javascript loaded onto a server at http://a.server.com/js/script.js.
When I tried to load the javascript from another location, it is unable to get a response header from the server.
...
0
votes
0answers
23 views
uninitialized constant Rack::Cors
I'm having this issue when running a rails 3.2.12 app, it is running with unicorn on production environment
Here is the unicorn log.
...
0
votes
1answer
17 views
Can XDomainRequest be used to load and draw images?
I am loading in images from a server on a different domain. The images are CORS-enabled (they have this header: Access-Control-Allow-Origin: *). In modern browsers, using image.crossOrigin = '', I am ...
1
vote
0answers
43 views
call to odata webservice returns 401 using jaydata.js
I make a call to an odata webservice using jaydata.js but it returns 401 Unauthorized.
Even if browse to the service and authenticate first manually in a second browser tab, is still get 401 in the ...
0
votes
1answer
44 views
CORS DELETE request via XHR in IE9 or older is permitted
Based on all of the documentation I have read on CORS support in IE9/IE8, it seems quite clear that:
You cannot initiate a CORS request in these browsers using XMLHttpRequest. You must use IE's ...
13
votes
1answer
252 views
IE10 and Cross-origin resource sharing (CORS) issues with Image / Canvas
I was under the impression that Internet Explorer 10 fully supported CORS, but now I'm not sure.
We have a JS/HTML5 App that uses multiple domains, and reads image data. We are loading images in the ...
1
vote
1answer
61 views
How to debug client side dart code in Dart editor without CORS
I have a server / client project, both written in dart. Now my server starts on port 1337 and when I run my client with the Run in dartium, my static files are served on port 3030 which allows me to ...
0
votes
1answer
49 views
Getting JSON Files cross domain for all browsers
Hi I have built a web app and everything was working ok until I tested on IE9 with JSON files coming from another domain
Basically all of out JSON files are stored on AMAZON.
The idea on the first ...
0
votes
2answers
61 views
cross domain javascript function call?
I have a problem to call a JS function which is in another website in another server inside the same network. My script works on the following way:
There's a form that in page from server 1 (IP: ...
0
votes
0answers
32 views
Does Amazon S3 need time to update CORS settings? How long?
Recently I enabled Amazon S3 + CloudFront to serve as CDN for my rails application. In order to use font assets and display them in Firefox or IE, I have to enable CORS on my S3 bucket.
<?xml ...
1
vote
0answers
34 views
CORS for images from web application on SAFARI Mobile
I have a web application, which has 2 endpoints, basically 2 urls.
First url handle all calls which has ip ending with 101.
The second url had ip ending with 102 and handles storage of all documents ...
0
votes
0answers
73 views
SEC7118: XMLHttpRequest for /socket.io/1/?t=1370206038749 required Cross Origin Resource Sharing (CORS)
I have a nodejs app on one server running on port 443 (apache listening disabled) with the following node.js packages:
Express: 3.2.1
Socket.io: 0.9.14
Request: 2.21.0
Node: 0.11.1
I then have a ...
0
votes
0answers
22 views
Set-cookie header does not set cookie cross domain. Cookie not saved
I'm trying to do a cross-domain request. Looks like all the headers are ok. However the cookie is not set and I don't know why. Can it be because the 401 server status (no access to change server) or ...
1
vote
1answer
148 views
$http request doesn't send cookies cross-domain in angular CORS
First of all I want to tell that I've read all the questions from Stack and everything related to CORS, but the implementation still doesn't work. My APP is built on top of angular crud demo:
So I ...
0
votes
1answer
32 views
$.get not working in IE when using CORS headers
I go to the jquery $.get documentation from my vbox Windows XP installation in Forefox. Then press F12 for firebug console and paste the following code to run:
$.get("http://10.0.2.2/info.php"
...
1
vote
0answers
26 views
CORS Access-Control-Allow-Origin header stripped by watchguard
I have a website on www.example.com that uses AJAX to access JSON via a nodejs-API on api.example.com. (Cross-domain!) I need the PUT and DELETE as HTTP-methods, thats why I can't use jsonp, i looked ...
1
vote
0answers
33 views
Internet Explorer 7/8 cross-origin resource sharing JavaScript implementation
Upon submitting a form from my website to third-party website, the HTTP post request will trigger downloading a file. This works fine with Firefox and Chrome. However, Internet Explorer 7/8 security ...
0
votes
0answers
53 views
PHP/jQuery S3 upload doesn't work on files with spaces
Using a combination of a few different scripts I'm trying to create a tool that will allow users to upload videos from their local machine to a S3 bucket. It works brilliantly on files without any ...
0
votes
2answers
63 views
Sending ajax request to another server (specific example not working)
EDIT - Resolved.
Thank you everyone for taking the time to respond. After hours of researching I was directed to CORS, but turns out I should be looking at JSONP the whole time. I read a few ...
0
votes
0answers
49 views
WCF Self-Hosted Data Services with CORS and Basic Auth support
I'm building a WCF Self-Hosted Data Service (OData, by the way) and I'm using Basic Authentication to authenticate users. It wasn't very hard, I just needed some configuration steps, build a ...
1
vote
5answers
98 views
CORS request not working in Safari
I am making a CORS xhr request. This works fine in chrome, however when I run in safari I get an 'Can not load ---- access not allowed by Access-control-allow-origin'. The code is exactly the same ...
0
votes
0answers
19 views
Origin header missing from cross origin request to S3 on Chrome
I am trying to load an asset (a font) from an s3 bucket. Fonts on Firefox and IE need to have Access-Control-Allow-Origin headers returned in the response. Unfortunately it seems that Chrome is not ...
0
votes
1answer
60 views
Uploadifive and Amazon s3 - Origin is not allowed by Access-Control-Allow-Origin
I am trying to get Uploadifive (the HTML5 version of Uploadify) to work with Amazon S3. We already have Uploadify working, but a lost of our visitors use Safari without flash so we need Uploadifive as ...




