Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

42
votes
4answers
52k views

XMLHttpRequest Origin null is not allowed Access-Control-Access-Allow for file:/// to file:/// (Serverless)

I'm trying to create a website that can be downloaded and run locally by launching its index file. All the files are local, no resources are used online. When I try to use the AJAXSLT plugin for ...
3
votes
1answer
1k views

jQuery and Cross Domain POST Requests

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 ...
3
votes
4answers
2k views

How to call external url in jquery?

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 ...
3
votes
2answers
3k views

Error accessing RSS feed from Silverlight with WebClient()

I'm downloaded the code from John Papa's book here: http://silverlight-data.com/ and am sucessfully running the Chapter 7 example which allows you to press a button and it reads RSS from digg.com ...
2
votes
1answer
215 views

authenticate using facebook connect through multiple domains via cross domain php?

I know that it's basically impossible to assign more than one domain to one facebook app. But... is there a way for me to communicate to the connect script on a php page that is in another domain ...
2
votes
1answer
483 views

JSONP question for making PUT/POST/DELETE cross-domain requests

I've created a RESTful API that supports GET/POST/PUT/DELETE requests. Now I want my API to have a Javascript client library, and I thought to use JSONP to bypass the cross-domain policy. That works, ...
1
vote
2answers
66 views

Can't post a form to a different subdomain via Ajax (WARNING: Can't verify CSRF token authenticity)

I trying to send a remote form to a different subdomain (example.domain.com) from the one of the form (domain.com), but i keep getting the warn WARNING: Can't verify CSRF token authenticity in the ...
1
vote
1answer
34 views

Actionscript 3.0 RSS feed

This is my first post in here and I wouldn't post a question here without having researched it so if the answer to this is somewhere in here I apologize, but I didn't find it. So the problem: I'm ...
1
vote
1answer
46 views

flash-player and cross domain socket connections

i have a flash game hosted on domain a.com which connects using sockets to a game server on domain b.com on a certain port other than 80. now this doesnt work. the connection cant be established and i ...
1
vote
1answer
63 views

Work around for iFrame cross domain policy?

I have an iFrame and, understandably, I can't edit the elements. Is there a work around for this, like using some sort of proxy? I would need it to work for any website and have things like sessions ...
1
vote
1answer
296 views

jQuery 1.5.X Cross domain

I would like to know if jQuery 1.5.X truly has cross-domain. I was unable to find sufficient documentation on the site and my own cross-domain tests did not work either. I am not talking about JSONP ...
1
vote
0answers
418 views

Accessing Facebook servers with cross-domain JSONP and malformed JSON answer

I am trying to access facebook autocomplete service via a cross-domain scripting. replace id with your personal facebook user id, in the previous url. Please note that Facebook is returning a ...
1
vote
1answer
167 views

Flash doesn't connect to socket even though policy allows it

In my Flash app, I'm connecting to my server like this: Security.loadPolicyFile("xmlsocket://example.com:12860"); socket = new Socket("example.com", 12869); socket.writeByte(...); ... socket.flush(); ...
1
vote
1answer
247 views

If impossible to modify header in JSONP. How does twitter extension in Chrome work?

Now I'm working to do twitter client with Javascript. After I read this topic, I have question Modify HTTP Headers for a JSONP request He told impossible way to modify HTTP Header when using JSONP. ...
1
vote
0answers
59 views

DOM manipulation on a user-defined website - Same Origin Policy

I'm just reading up on possible technologies or ways to manipulate the DOM of a user-defined website in a browser or webinterface. The "Same Origin Policy" normally prevents doing this in the browser ...
1
vote
2answers
137 views

Will cross-domain scripting using JavaScript work when the two frames have the same domain 2 levels up?

I have a scenario, in which a .net application is hosted from SAP portal. SAP portal domain: portalURL.al.xx.company.com App server domain: AppURL.ss.xx.company.com As you can notice the portal ...
0
votes
1answer
39 views

How to add crossdomain.xml in sub directory

The spec for cross domain policy files says that you can put a the crossdomain.xml file outside the root through the use of a X-Permitted-Cross-Domain-Policies header. How exactly does one go about ...
0
votes
0answers
28 views

Is it possible to use HTML5's pushState() across multiple domains?

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 ...
0
votes
1answer
29 views

flash socket policy files requirement

Last time I worked with flash sockets I knew that a policy file is required only if the swf file is embedded in a different domain from the one where the socket connection is about to be made. Did ...
0
votes
2answers
169 views

ExtJs 4 - cross domain policy

I have a simple model: Ext.define('MovieModel', { extend : 'Ext.data.Model', fields : [ { name : 'Title', mapping : '@title', type : 'string' ...
0
votes
2answers
145 views

Refused to get unsafe header “Location”

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: ...
0
votes
0answers
51 views

Connecting to local java server with flash through global IP

I have created a flash client and java server, these both work when connecting to my local IP address (127.0.0.1:8090). When trying to acces my server running on my PC through my global IP address i ...
0
votes
1answer
106 views

Policy File Check closes socket

I have created a flex app that uses sockets. I published the flex app in a web application that runs on glassfish server. Now from that flex app i create a socket connection to a C# server and start ...
0
votes
1answer
214 views

SharePoint 2010 CrossDomain.xml file

We have deployed a crossdomain.xml file into the root of Sharepoint 2010 instance in order to define the flash cross domain policy. In SP2007 this worked as expected, but it SP2010 the file name is ...
0
votes
1answer
151 views

Jquery Cross-domain Problem when try a put reques in

I try to make a PUT request on JQUERY to a RESTFULL service, when try make the request to url with localhost (http://localhost/Domain) the request work. But when change the url to some ip ...
0
votes
1answer
399 views

IIS Configuration to allow cross domain JSONP requests from a JavaScript file

I have an HTML and JavaScript file set up to retreive data from a JSONP enabled web service. My problem is that when I deploy the html and .js file to the directory where the service is running it ...
0
votes
0answers
29 views

Is it possible to write custom identity provider for java policy agent?

I want to write costom implementation of user storage for Policy Agent . Class will look like interface UserManagment { public createUser(String name, String password) public Set<String> ...
0
votes
2answers
284 views

JavaScript access from parent domain to subdomain?

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 ...
0
votes
2answers
59 views

Is it possible to set some http headers while http-redirect(302 or 307)?

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); ?>
0
votes
1answer
91 views

Ignore large amount of sites with TCP/IP Sockets policy file for Flash

Let me explain my situation. I'm using flash sockets to build an embedded chat application. everything works great. I want to allow all the sites who embedded this application to connect to my server, ...
0
votes
2answers
879 views

AJAX Cross-Domain problem

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 second ...
0
votes
1answer
902 views

iframe click event to change location/URL (cross domain but have control of both domains)

I'm working on a site which comprises off the main site - then campaign sites which are off-shoots. The campaigns are on a separate domain (but I have access to both). The campaigns are pulled into ...
0
votes
1answer
178 views

Cross-Domain OAuth Requests

I've successfully managed to get an OAuth access token and am able to make requests on behalf of the user. I did, however, run into an interesting scenario early on when I made an accidental typo. ...
0
votes
3answers
64 views

Difference beetween http://www.app.in and http://app.in

What is the difference between http://www.app.com and http://app.com and how it affects to cross-domain policy of Ajax I mean i added ajax request in app $.ajax({ ...
0
votes
2answers
311 views

Flash Socket Policy - Policy is served, but client aborts connection to socket

I have a service set up on port 2400. When I run the Flash client from Flash itself, it runs fine because it bypasses security policy. When I try to connect by running the SWF on my desktop, or from ...
0
votes
1answer
333 views

Is it possible to get the contents of a Google Docs Spreadsheet from within a GMail gadget?

Here is what I figured so far: To get content of the spreadsheet "od6" with the ID "0Aj3x4n7SOPMRdFA2VmJuampIUDFzdlAwRUwtSEJacmc" you have to acces this URL: ...
0
votes
1answer
95 views

If a webserver has a host name and a different alias DNS name, what will be the value of document.domain?

I have a webserver with the following host name and DNS alias name. Host name - server1.aa.xx.company.com Alias name - server1.bb.xx.company.com In the above scenario, what will be the value of ...
0
votes
0answers
265 views

How to configure SAP Netweaver portal, document.domain value?

I have very little knowledge on SAP netweaver portal content development. However I assume netweaver portal comes out of box with standard configurations which ca be customised. Can someone tell me ...
0
votes
1answer
419 views

Flash - HTTP requests won't work on localhost

First off, I'm trying to fix something that I didn't build to begin with and the guy who's project it was assures me it was working fine when he left, although a version I haven't touched since he ...
0
votes
2answers
373 views

iFrames and Cookies

I have a site on A.com and an iframe on B.com which reads info from A.com. I realize that there is some problems with third party cookies, iframes and P3P - particularly in Safari [my problem] Is it ...
0
votes
0answers
203 views

Set form action dynamically in https-area

heres the problem explanation: Im on the domain https://www.example.com - theres an Order-Form with the Action https://www.example-otherdomain.com with an other SSL Certificate. On some conditions i ...
0
votes
0answers
246 views

popup as a solution to cross domain browser policy

I'm creating a bookmarklet that send data over to say, serverb.com when the user is browsing servera.com. I obviously can't preform an AJAX poll, because of cross-domain policy issues. I've been using ...
0
votes
4answers
430 views

http, https & ajax bypass, maybe?

I have a server script that I need to pass data to from the browser without reloading the page (aka ajax). The data is sensitive so should be sent via https. The page however is on the http layer. ...
0
votes
2answers
1k views

How do you create/obtain a cross domain policy for an iis7 wcf service?

The missing link in my IIS7 + Silverlight 3.0 + WCF Service app is the cross domain policy. Are there any instructions on how to create/obtain such a policy. I understand that there are two xml ...