The same origin policy prevents a document or script loaded from one origin from getting or setting properties of a document from another origin.

learn more… | top users | synonyms

0
votes
0answers
4 views

EasyXDM How to properly get the height of the iFrame for a given width

I need to make a dynamic iFrame that will re-size when the user changes the dimensions of the window. So far I have implemented easyXDM to do this but it only returns the height value of the iframe as ...
0
votes
0answers
12 views

Get Yahoo! contacts without server-side component

My goal is to create a purely JavaScript application that will allow a user to log into their Yahoo! account and export their email contacts to my application. By following Yahoo's OAuth flow, I've ...
2
votes
0answers
17 views

Disable firefox same origin policy

I'm developing a local research tool that requires me to turn off Firefox's same origin policy (in terms of script access, I don't really care about cross domain requests). More specifically, I want ...
0
votes
0answers
28 views

Facebook Canvas App Not Appearing in Firefox

My canvas app appears in Chrome and Safari but will not show up in Firefox. There are no errors in the console or in any log. It is just not rendering the content. Before there was an same origin ...
0
votes
0answers
44 views

How to open links in an iframe?

I want to create a single iframe in which I want to load both links below: <a href="http://www.deccanchronicle.com" target="loadWebPages">News</a><br> <a ...
1
vote
0answers
32 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
23 views

$.ajax Not Reporting Success Over SSL

I'm passing form data to a php script using jQuery's $.ajax call (CentOS 6.4) and the data is being successfully passed to the script and processed. The only issue is that the success message is not ...
0
votes
2answers
41 views

Set Iframe's height equal to its content

I've been struggling with this for a whole day, unbelievable. I have an option at my site where users can download a full chat history with a certain user, instead of loading it online and most ...
-2
votes
1answer
86 views

Bypassing the same origin policy

I've made a web app that parses an xml file on an external server and displays it on a web page. However, I made the (JavaScript) application using a locally stored example xml file (for quicker ...
0
votes
1answer
35 views

Same Origin Policy Error , jQuery

I am developing the front-end(html-jquery) and back-end(php) of a Web Service. I am developing in my localhost using XAMPP(Apache). I was keeping my front-end and back-end inside different projects on ...
-2
votes
1answer
39 views

iframe - location - same origin policy

As I was always believing, iframe properties (if the iframe is loaded from another origin) can not be get but set. I tried some little testcases, but it seems that I can always get the properties. Am ...
0
votes
0answers
36 views

Using easyXDM on same domain

I am using easyXDM for cross domain iframe resizing. Working fine. If I want to use same exact function on my own domain I am getting; Uncaught TypeError: undefined is not a function on easyXDM.js ...
0
votes
0answers
55 views

Google App Engine Channel API Same Origin Policy

I want to write a little chat application using Google App Engine (GAE) and the Channel API. Therefore, the Java Script Clients should be embedded in some web sites. The Java backend is hosted on GAE. ...
0
votes
0answers
19 views

XmlHttpRequest origin header is null in webkit

I am trying to integrate 2 webapps to let one (new one) send a url to another (old one) that it will load into a text area. The URL is actually to a file in S3 (with the multiple redirects that come ...
0
votes
2answers
37 views

Cross-domain HTML source extraction using JavaScript

Say I am in domain abc.com. I want to be able to get the HTML source of a page on xyz.com and then parse it using JavaScript. I know there is restriction of same origin policy, and I tried CORSwhich ...
0
votes
0answers
404 views

Handle iframe security issues (ex: 'X-Frame-Options' to 'SAMEORIGIN')

Inside my application, I have an iframe that can open any webpages (99% of the time of the same origin). But the user can click in a link inside the iframe and go on an external website. I managed to ...
0
votes
1answer
50 views

Issue with accessing data from external url- jsonp/json approach not working

I have this below code where I am trying to retrieve data from external url. I am getting 401- unauthorized access error when I try to do this. Please Advice <script type='text/javascript'> ...
0
votes
1answer
45 views

Can I pretend that a cross-domain AJAX response will be JSONP if I don't care about the result?

I'm making a GET request to a network camera that tells the camera to move in a certain way, e.g. pan, tilt, zoom, etc. I don't need a response from the camera's built-in web server, which is ...
0
votes
0answers
16 views

Origin null is not allowed by Access-Control-Allow-Origin while trying to access a REMOTE XML file [duplicate]

I am getting the error: XMLHttpRequest cannot load http://backend.deviantart.com/rss.xml?q=favby%3Aseventhfairy%2F52610498&type=deviation. Origin null is not allowed by ...
0
votes
0answers
18 views

HEAD informations from external website

I've got a cross-domain problem with my jQuery-plugin: i want to read meta-informations of external websites but the same-origin-policy makes trouble. I've tried: $.ajax/GET --> ...
3
votes
0answers
110 views

JavaFX WebView disable Same origin policy (allow cross domain requests)

I'm developing a JavaFX application that is mostly a glorified web page. It's a desktop application (it's no embedded into a web page) and it has a Web View for the main UI. The application itself ...
0
votes
0answers
41 views

Accessing properties of an external site window: window.open + Access-Control-Allow-Origin

I'd like to know some way I could do something like that using javascript (and/or Jquery): myWindow=window.open("http://www.someExternalDomain.com/page.php"); ...
0
votes
1answer
105 views

I want to embed a bunch of third party social bs without errors

So basically I'm using plugins and embeds to pull MY content from other places as well as AJAX to pull from my own DB. It mostly works but I'm getting 100+ errors each page load (Unsafe JavaScript ...
0
votes
1answer
140 views

Is it possible to use HTML5 local storage to share data between pages from different sites?

I would like to create data on the user side and let javascript from another URL access it too. I am aware of the same origin policy, but I was wondering whether it is possible to create some ...
0
votes
0answers
21 views

Alert the source of an Iframe

I have an iframe on my site that presents a website (cross-domain). If the user clicks on a link in the iframe that brings him to a different website (also cross-domain) I would like to alert that new ...
0
votes
0answers
117 views

Same origin policy - Subdomains and Root Domain

I have a question regarding the Same origin policy. My company has many subdomains and in one of them, they would like an iframe with another subdomain inside of it, and populate the form of the ...
0
votes
0answers
29 views

Disabling clicks on an iframe while allowing scrolling

I am using an iframe to render a preview of a website that should be non-interactive as far as forms, links, etc. but should still be easily scrollable, both with a scrollbar and mouse wheel. ...
1
vote
1answer
146 views

GWT HTTP request response code 0 with CORS working

I am using GWT 2.4 to build an application that runs entirely client-side and uses a web service that I control but is hosted on a different server. On this Java Servlet web service, I have ...
2
votes
1answer
247 views

send POST request with angularJS despite same-origin policy

Is there a way to send a POST request using AngularJS despite the same-origin policy? I don't need to get the response from the request, I just need to send the request. Just like creating a form and ...
1
vote
1answer
54 views

using $.getJSON() with machine on same subdomain?

My webserver's name is mybox.ourcorp.ourdomain.com. From it I'm trying to make a json call to another server in the same subdomain--http://otherbox.ourcorp.ourdomain.com/feed If I open a browser on ...
0
votes
0answers
41 views

How does CORS provide at least some security to users?

First apologies: This feels to me like a "dumb" question, and I expect I'll soon regret even asking it ...but I can't figure it out at the moment as my mind seems to be stuck in the wrong rut. So ...
1
vote
1answer
245 views

Google Maps Loading Async Issues

I'm trying to get Google Maps API v3 to work on my site and I'm running into 2 problems. I'm using yepnope to load the API script asynchronously, and I get a "Load denied by X-Frame-Options" error ...
1
vote
2answers
103 views

Submit a form to two servers

I want to be able to submit forms to two server. Here's why (if there is a better way of doing this, I'm all ears) I have an iframe embedded on mechanical turk. The iframe has a form in it. When a ...
0
votes
1answer
45 views

IP addresses and Same Origin Policy [duplicate]

I would like to know if Same Origin Policy role would apply also for IP address. In my specific case I need to get some xml data using JavaScript (jquery .ajax()). SERVER 192.168.1.160 CLIENT ...
0
votes
0answers
42 views

Getting error when trying to send JSONP through jQueryAjax

I am using IE8 and I have this piece of code for sending and retrieving JSON information from a remote server: function sendCommand(data, successfunc, errorfunc) { $.ajax({ type: 'POST', ...
0
votes
0answers
265 views

Same Origin Policy Iframe Solution

Due to the Same Orgin Policy in JavasSript we cannot access a second domain. Is it possible to have two independent frames (e.g. Iframes) that load from different servers. Where each frame should ...
1
vote
0answers
393 views

XmlHttpRequest error: Origin null is not allowed by Access-Control-Allow-Origin despite “header('Access-Control-Allow-Origin: *');”

Hy there, I'm implementing a bookmarklet that needs to post some XMLHttpRequests to a php-script which is done via JQuery. Basically this is looking something like this (just simple examples...): ...
0
votes
0answers
23 views

Import external html with ajax [duplicate]

I'm trying to import an external html-page in my code but it always gives an error, it only works if I import a file from the same host. Is there another way to get html from another website (without ...
0
votes
1answer
383 views

iframe cross-domain access

I have an HTML page with an iframe included from a cross domain that doesn't belong to me. I need to do some basic javascript modifications in the iframe (write value and fire up an event -> form ...
1
vote
3answers
65 views

Understand cross domain stuff and AJAX

I am a bit confused about 2 things related to cross domain stuff. Say I have 2 domains; mydomain.com and otherdomain.com Now on mydomain.com, what all are the allowed things that can be accessed ...
-1
votes
2answers
53 views

How can I use jquery to make a get request on a url that will return xml?

I am trying to access a store's api and get back an xml response, currently I am using a xmlhttprequest function GetInfo() { var xmlHttp = null; xmlHttp = new XMLHttpRequest(); ...
1
vote
0answers
334 views

jQuery ajax - same origin policy

This website (http://www.thekatespanos.com/scrabble-score-calculator/) has a button where a user can validate the word they have typed in against some online dictionaries. I understand how the code ...
0
votes
1answer
159 views

Retrieve Data from another server via Jquery Ajax

I want to retrieve some data from another server via ajax. I have searched through the net and been advised to use jsonp method. My question is if that other server does not returns data in json ...
0
votes
1answer
124 views

Loading embedded iframe with same protocol as window top to prevent Same Origin Policy Violation

We're developing a Javascript SDK which is used by embedded applications (injected in my site as IFRAMEs) to help them use some resources like loading some dialogs: e.g. an authorization dialog or a ...
4
votes
1answer
129 views

Is there a way to pushState() the parent window in facebook canvas?

I want my facebook canvas app to be able to update the address bar URL when changing context. So, for example, if my app's home URL is https://apps.facebook.com/myapp/, and the user clicks on some ...
1
vote
2answers
129 views

Same Origin Policy Error when using jQuery JSONP with CloudFlare API

I recieve an error (XMLHttpRequest cannot load https:// www.cloudflare.com/api_json.html?tkn=&email=&z=&a=rec_load_all&callback=%3F. Origin http:// domainmanager.tech-bytes.org is not ...
0
votes
0answers
138 views

Refused to load the script Error in Chrome

I am getting the following error in Chrome when loading a page on my website, which and HTML5 page: Refused to load the script ...
-4
votes
3answers
153 views

jQuery - if exists, get value of document.domain

How to check if document.domain is set on a page, and return it's value? Update before the barrage of negativity, I was inquiring about how to get the document.domain value when it's been explicitly ...
0
votes
2answers
49 views

Cross-domain conundrum

I have researched the Internet to solve the following cross-domain web-client situation without luck: A client browser with website A loaded wants to download a webpage-stream directly from website B ...
0
votes
2answers
66 views

Executing code immediately after navigation: Browser plugin?

I am building a tool which uses (dynamically inserted) JavaScript to modify webpages. Any webpage. The idea is to allow a user to use it to record a series of changes to an existing webpage like ...

1 2 3 4 5 9