I have an iFrame and, understandably, I can\'t edit the elements. Is there a work around for this, like using some sort o开发者_运维知识库f proxy? I would need it to work for any website and have thi
I have created a flex app that uses sockets. I published the flex app in a web application that runs on glassfish server.
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 (http://192.
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 co开发者_运维问答nnect script on a php page that is in ano
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 wil
I\'ve read that setting document.domain = \"example.com\" lets me access the parent domain from a subdomain.
Is it possible to set some http headers while http-redirect(302 or 307)? <? header(\"some-header: xxx\");
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\'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).
I\'ve successfully managed to get an OAuth access 开发者_C百科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 acciden