Cross-domain refers to web applications that communicate outside of their hosting domain / web server. This can be in the form of network requests to other servers or sharing data with DOM components served from different domains composed on the same web page.
0
votes
0answers
3 views
SWF based xhr and amplifyJS - callback is not being executed
I have an implementation of SWF Object to modify the XHR object for Cross domain requests for IE.
Once the object is available I modify ther XHR like this:
if ($.browser.msie) {
...
0
votes
1answer
6 views
goddady domain pointed at external vps/plesk, subdomains do not work
I had a domain pointed to a plesk server.
The domain worked.
I had several subdomains set up through the plesk server. These also worked.
The domain name has been transferred to godaddy, the top ...
0
votes
0answers
13 views
Upload file to 'my documents(SkyDrive)' of user's 'mysite' from sharepoint site
My sharepoint online site url is https://sitename.sharepoint.com/sites/mysitecoll , and the 'my site' url of my account is https://sitename-my.sharepoint.com/personal/myusername
the my documents url ...
0
votes
0answers
11 views
JSONP with JQuery is not calling success function
I have UI in HTTPS and one of my rest service is running under HTTP.
I got problem of cross domain when I did $.ajax from jquery api. I search on net and found that we can use jsonp to call cross ...
-3
votes
0answers
12 views
How is this page accessing my local server [on hold]
http://w.coin.scribol.com/txwidget1.2/2149522/4?hpage=http%3A%2F%2Fsmallbusiness.foxbusiness.com%2Ftechnology-web%2F2011%2F07%2F15%2Fcloud-services-who-offers-what%2F
This is an ad bar for a news ...
0
votes
0answers
7 views
Disable cross domain web security in Firefox
In Firefox, how do I do the equivalent of --disable-web-security in Chrome. This has been posted a lot, but never a true answer. Most are links to add-ons (some of which don't work in the latest ...
0
votes
1answer
15 views
cross-domain image for three.js (canvas/webGL), proxy?
I realize this may not be possible... I've been scouring around and trying out different things to no avail, but I thought it might merit a post before giving up...
I'm putting together an app that ...
1
vote
0answers
11 views
CORS with JSON Fallback for IE
I have the following code which works on all browsers except IE: I get Access Denied. Please Help!!! I have looked at tons of examples and still cannot resolve this. I would like to keep it simple as ...
0
votes
1answer
29 views
How to modify a external site that i dont have directly access
I know a site, that have a Captcha and a form who submit and check if the Captcha is correct, then take the id and do a request for some informations.
I do not have access to this site and it is not ...
0
votes
0answers
17 views
Cross Domain AJAX Request IE Issue
if($.support.opacity == false && window.XDomainRequest) {
var xdr = new XDomainRequest();
alert(ajaxStatusUrl);
xdr.open("get", ajaxStatusUrl);
xdr.onload = function () ...
0
votes
0answers
12 views
rails devise authenticate_user before_filter + allow orgin after_filter
I met a problem I didn't arrive to solve.
I'm developing an API for a mobile app. This API will be "logged in user" accessible only.
The only action that should be publicly accessible is the ...
0
votes
2answers
24 views
Getting Javascript Domain When Script Is From Another Domain
I am writing a script that is suppose to work across domains. I trying to include one script from another domain and then have that script include other scrips from the same domain
Example: Domain 1 ...
0
votes
1answer
16 views
Cross domain jQuery $.ajax request fails for PUT (Method PUT is not allowed by Access-Control-Allow-Methods.)
I am doing cross domain requests via jQuery's $.ajax to access a RESTful PHP API.
In order to do so I have set the following headers in PHP:
header("HTTP/1.1 $code $status");
header('Content-type: ...
0
votes
1answer
15 views
JQuery $.ajax parsererror processing JSON
Given the following JavaScrip snippet, I get a JSON parse error. If I hit the URL directly I get a valid JSON response (verified using http://jsonlint.com/).
How to get more information on the parse ...
0
votes
2answers
27 views
What is callback in URLs
There are some cases in with Cross Domain Calls, I have used callback parameters in jQuery.ajax 's url parameter. And, I know it executes the function with a name that is passed in that argument.
...
0
votes
0answers
32 views
One-way cross domain request
I has to request to other domains in my app. There are two different situations. One is request data from remote site requestData.action, the other is post data to remote site( this doesn't need data ...
1
vote
2answers
17 views
jQuery Load TinyMCE 4 On Demand
I am trying to use jQuery to load TinyMCE 4 on-demand from a CDN with no avail. I would like avoid loading TinyMCE when the page loads since it is a (relatively) bulky set of scripts, and instead I ...
0
votes
0answers
13 views
is it possible to do a json post request with iframe
I am trying to do a cross domain post http request, i am getting the status code 415
my api is expecting the Content-Type as application/json. is there a way to send the json request as ...
0
votes
1answer
18 views
Show cross-domain image via php
I have a script that displays the images via php. www.maindomain.com/image.php?img=test.jpg serve images, and i have other sites, where these images are displayed like this
<img ...
1
vote
1answer
12 views
Pointing domain at seperate sub-domain & domain
I have a domain residing with one organisation for managing DNS and a wordpress site built as a sub-domain of another site of mine.
I set up web forwarding, expecting the domain to be reflected in ...
0
votes
1answer
27 views
Render pdf from other domain in HTML
I'm trying to render a PDF in my web page from another domain.
The html is:
<div id="pdfContainer">
<embed id="pdf" type="application/pdf" />
</div>
And the javascript:
...
0
votes
0answers
12 views
Cross domain issue to solve with iframe
I am facing a cross domain issue with http GET and POST request to a domain while calling via jquery
I wanted to know whats the best way to handle the above issue.
Will putting iframe will fix the ...
0
votes
0answers
17 views
Setting up cross-domain calls on Rails server
I'm developing a Rails API, and a separate html5 application. They do not share the same domain. How do I set up my Rails application to accept cross-domain requests? I have added the following to the ...
0
votes
1answer
15 views
Symfony 2 Functional Testing external URL
Whatever I do, I always get a
Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No
route found for [...]"
in $crawler->text(), when I try to request an external URL with ...
0
votes
0answers
17 views
Twiddla: Origin ******* is not allowed by Access-Control-Allow-Origin
I am integrating Twiddla in my Unity3D Project. I have referred its api tutorial & help Code. But Existing Twiddla System isn't build for Unity3D.
By a short walkthrough with code, i figured out ...
0
votes
0answers
10 views
crossdomain-requests-js - CORS POST does not work in Chrome
So I'm attempting to use this script I've found online: crossdomain-requests-js.
Not sure what's the deal, but as title suggests, POST request does not work in Google Chrome. Running exactly the same ...
0
votes
0answers
12 views
how to popup external link in django?
I want to show the external link contents. e.g. blog contents http://blog.naver.com/ham7580/130172166765
so , I use magnific popup jquery.
add related css and javascript files. code below
...
0
votes
2answers
14 views
How can I check the the domain of the website that sent a get method request php
So if I have two websites
www.example.com
and
www.api.com
and www.example.com makes a get request to www.api.com, how would I be able to check if it was legitimately www.example.com? I was going ...
0
votes
0answers
19 views
How to unlock cross domain in HTML video tag?
So, i have two domains: my main (mydomain.com) and my second dedicated for data requests (data.mydomain.com).
On the main one, i added a video tag which point to a mp4 video file on the second one.
...
1
vote
1answer
52 views
Two ASP.NET web applications - Cross origin request always succeeds without discretion
I created a new solution with two ASP.NET web applications, one MVC application and one Web API.
I wanted to access the api using a subdomain like api.hybridwebapp.com/values so I implemented an ...
1
vote
0answers
17 views
Google analytics: specific cross subdomains tracking
I have 3 sites:
* http://www.example.com
* http://aaa.example.com
* http://bbb.example.com
I want www& aaa to be displayed in the same Google Analytics report.
I want bbb to be considered as a ...
0
votes
0answers
14 views
crossdomainpolicy and subfolders
After making a request to server in my flash app I get the following error
Error #2044: Unhandled SecurityErrorEvent:. text=Error #2048: Security
sandbox violation:
...
1
vote
1answer
128 views
Could GA from a third party iframe affect the host site GA data?
The problem that i have with google analytics that it has been eating my head for a while now it is the follow:
since I added a third party iframe into the website the analytics referrals are going ...
1
vote
0answers
46 views
Cross Domain Authentication via Ajax (Javascript)
There are a lot of similar questions asked, though I didn't really find a good answer. Here is the scenario.
Given:
Three websites with different domain names (not just different subdomains):
Site ...
0
votes
1answer
19 views
using a domain for specific account of another domain
Assume that there is a site (e.g. weblog.com) that users can register on it. after login, user1 would enter to "weblog.com/user1/" entrance page and then browse his own areas of the site. how can I ...
0
votes
0answers
30 views
Cross-domain POST-request from rails to rails apps
There are 2 rails apps: API-app that receive requests and client-app that send requests.
For GET-requests from client-app I have added these lines into application controller of API-app:
...
0
votes
0answers
26 views
Ajax cross domain issue
When I am calling a cross domain request via ajax jsonp, i am getting the response, but the response going through the error callback only. any idea why?
$.ajax({
url: ...
0
votes
0answers
13 views
Firefox: read response of CORS preflight OPTIONS request
Currently on a application that I'm working on all stuff are done via AJAX calls. The server and UI are in different domains. So here we have a issue XHR request for get data from the server. The ...
0
votes
0answers
7 views
cross domain issue with different domains
I am a newbie to the web development, I have a question regarding calling ajax requests to different domain from localhosts
When i am caling an ajax request from my local host to a domain for eg: ...
1
vote
1answer
31 views
Google Cross Domain Authentication
I have various sites (on their own domain) with their own authentication systems. What I'm trying to do is combine all the authentication into Google's authentication so the users will only have to ...
0
votes
2answers
52 views
localhost to different domain not passing credentials
I have an ajax call that i use to call a web page and i wanted to get the result. The issue with it, is that it doesnt seem to work, and at the moment returns a jQuery parse Error.
When i look in ...
0
votes
1answer
27 views
Cross-domain ajax in IE 8,9
I have an ajax request
$.ajax({
type: "GET",
url: url,
success: function(xml) {
$('.post-msg').append(processXml(xml, config));
},
error: function(jqXhr, textStatus, ...
-5
votes
0answers
51 views
Cross-domain ajax request using post message [closed]
I have an ajax request
$.ajax({
type: "GET",
url: url,
success: function(xml) {
$('.post-msg').append(processXml(xml, config));
},
error: function(jqXhr, textStatus, ...
0
votes
1answer
54 views
Grey ribbon on Account form in IE “SCRIPT5: Access is denied.” in PageLoader.js
MS CRM 2011 on premise.
No problems if accessed via internal address: crm:5555
Go to crm.ourcompany.co.uk:5555 in IE and load account page and the ribbon is totally grey. (Not disabled - every pixel ...
1
vote
1answer
37 views
Crossdomain ajax action in Zend Framework
My application(A) needs to upload files by AJAX (Fineuploader library) to my subdomain(B) (physically other server).
What is my solution: set headers on B to allow requests from A. See this code of ...
0
votes
0answers
19 views
Apache reverse-proxy for cross-domain JS app
greetings to the community!
Please, excuse if this is a duplicate but I fail to find working solution for days in research and decided to ask here for advice.
Problem: I would like to configure ...
0
votes
0answers
22 views
Cross-domain product images in Big Commerce work around?
I am working on a script to add effects to product images using Pixastic.
The library throws an exception because BC stores the product images on a different server and the script uses the canvas ...
0
votes
0answers
22 views
Cross Domain Authentication Dashboard - Single Sign On
I have a bunch of sites on their own domains that each have their own unique authentication.
I want to be able to merge it all so that clients just have to log in to a dashboard like page with links ...
0
votes
0answers
23 views
Consuming Dynamics NAV oData webservice using jQuery cross domain
My setup is like this, both servers are in different domains.
SharePoint Foundation 2013 with an HTML/JavaScript app, hosted on Office365 by Microsoft.
Windows Server 2012 with Dynamics NAV 2013, ...
1
vote
1answer
40 views
Download files from Domino Server through Worklight's Adapters
I'm currently developping an application on Worklight (HTML, JS and CSS) and i have to fetch data and files from a secure Lotus Domino Server.
I'm using an HTTP Adapter to log in the server and ...