Tagged Questions
The cross-site tag has no wiki summary.
8
votes
13answers
14k views
Setting cross-domain cookies in Safari
Evernote's bookmarklet is able to do this, therefore the most upvoted answer does not answer this even though the bounty will go to it (in a non-productive manner).
I have to call domain A.com (which ...
5
votes
1answer
182 views
Single-sign-on in Extjs 4
How can we implement Single-sign-on in Extjs4 where there are two different domains
domain1.com
domain2.com.
3
votes
1answer
111 views
Why is cross-domain JSONP safe, but cross-domainJSON not?
I'm having trouble connecting some dots having recently learned of JSONP. Here's my understanding:
Cross-domain XmlHttpRequests for any content (including JSON) is banned, due to the same origin ...
3
votes
4answers
256 views
Preventing spam bots on site?
We're having an issue on one of our fairly large websites with spam bots. It appears the bots are creating user accounts and then posting journal entries which lead to various spam links.
It ...
3
votes
2answers
755 views
jquery solutions to post to another site from static html page
Need to post data from a static html page to another page which is hosted on another domain. Normally I'd create and iframe with a form inside of it with a post method, and whose actions is directed ...
3
votes
4answers
4k views
Cross-site ajax call to a WCF Service
Is it possible to do a cross-site call, in Javascript, to a WCF service?
I don't mind if it's a POST or a GET.
But I've heard that these days, browsers don't allow cross-site calls with either POST ...
2
votes
0answers
83 views
How to test browser for permission before “Unsafe JavaScript attempt to access frame with URL” (Chrome local frame)?
The HTML parent window and iFrame content know about each other and communicate freely when they live on the same web server. When they are saved to DVD, Chrome throws an "Unsafe JavaScript attempt to ...
2
votes
1answer
67 views
Share Authentication between different Apps in CakePHP?
I'm still sort of new to CakePHP, and I've presently created and deployed one (rather complex) application using it. It has full user and group support and I took the time to get the access tables ...
2
votes
2answers
279 views
2
votes
2answers
4k views
Loading cross domain XML with Javascript using a hybrid iframe-proxy/xsl/jsonp concept?
On our site www.foo.com we want to download and use http://feeds.foo.com/feed.xml with Javascript. We'll obviously use Access-Control but for browsers that don't support it we are considering the ...
2
votes
2answers
3k views
Cross-site AJAX using jQuery
I have an existing jQuery plugin which makes a lot of AJAX calls (mostly JSON). I am wondering what is the quickest to allow it to do cross-site calls i.e. the $.get and $.post URL's will not be from ...
1
vote
2answers
184 views
Can I enable cross site scripting in IE for any/all websites by simply disabling XSS filter- or is something more required?
I want to enable cross site scripting for some sites. Specifically, I want to submit a web form to a 3rd party site, I have set the target iframe for the web form's response to a child iframe, now I ...
1
vote
1answer
73 views
XSS Attack Prevention
I have a web application written in PHP. The templating engine is SMARTY. My question is very simple, yet the answer should not be that easy, because I searched the hell out of it to no avail.
When ...
1
vote
2answers
514 views
jQuery autocomplete - xml cross site request
The XML feed for my autocomplete is on another server. Is there a client side (javascript) method of getting this XML document?
I know I can create a proxy with php, jsp, etc.. but I need to do it ...
1
vote
2answers
93 views
Loading a website through another website
I am trying to understand how it is possible to load a website using an iframe, but make all links go through your site.
Thanks.
1
vote
1answer
329 views
running GWT application from remote machine
I am developing some GWT application that some third-part will need to import into his own website.
The application that I am developing consist hosted on my machine which say at:
...
1
vote
1answer
232 views
How does FBConnect actually work?
Basically, how does it work technologically?
I was under the impression that SiteA could not read the cookies that SiteB set. So what exactly is going on under the engine? Basically, what would the ...
1
vote
5answers
886 views
Use jQuery to check if a URL on another domain is 404 or not?
On the client side using jQuery, I want to know if I can just check if a link URL is valid (i.e. doesn't return a 404). This link points to another domain, so if I just use $.get() then I end up with ...
1
vote
2answers
625 views
Cross Site Authentication and Zend Framework
I have been asked to implement a cross site login solution in Zend Framework.
I have thought about perhaps using OpenID, are there any other solutions to make a login persist across many sites?
In ...
0
votes
0answers
69 views
How to make cross-site POST request with easyXDM?
What I'm trying to do is to implement some simple cross-site client calls to RESTful service.
Right now I'm trying to use easyXDM for this purpose.
It seems to be working, but when I'm using it ...
0
votes
1answer
58 views
Pci-compliance Cross-site Scripting - contact form
Long time viewer, first time posting. I'm new to php and hope someone could be of assistance. I have a pci-compliance issue using a contact form from this website, Tutorial Stag Contact Form Php Ajax ...
0
votes
1answer
149 views
XMLHttpRequest cannot load
I am trying to access resourced from multiple servers using AJAX, and I am running into this problem:
XMLHttpRequest cannot load http://first.mydomain.com. Origin http://second.mydomain.com is not ...
0
votes
2answers
27 views
How to open a page and activate specific JS?
I have a jplayer on a website, which embeds several playlists.
To activate these playlists, I use this function :
jQuery("#playlist_french_baroque").click(function() {
...
});
This works very well.
...
0
votes
1answer
38 views
Using <object> cross-site
How can I use an <object> tag to load content from another site?
Like <object type="text/html" data="google.com"></object>
0
votes
1answer
38 views
What are the sites that do not support iframing?
I'm dynamically generating iframes for a number of random websites, and I'd love to know which sites do not support iframing so I can fall back to a thumbnail image. I already know sites like ...
0
votes
0answers
140 views
When does iOS ignore cross-site XHLHttpRequest restrictions?
In a UIWebView and in Mobile Safari on the Simulator from a file:// I seem to be able to make an AJAX request to any page I want (which is great!). However, this doesn't seem to be the case from other ...
0
votes
1answer
99 views
How to avoid Cross site scripting in ASP.NET
I have an ASP.NET form which has textbox. The user can enter any characters,numbers etc. I should not restrict the user to filter hazardous characters. But I need to prevent cross site scripting.
The ...
0
votes
1answer
39 views
Method to eliminate cross site scripts
My application has lot of cross site scripting vulnerablities. I need a common C# function so that will avoid\eliminate all the cross site scripts.
0
votes
1answer
130 views
cross site sharing UI without iframe
we host catalog data and UI for our clients. we do not build entire web site for them. so for the time being client puts an iframe and points URL to our hosting site. it was working fine but now just ...
0
votes
1answer
90 views
how does scribefire or deepest sender circumvent same origin policy restriction?
This is in reference to the question asked at Create a Wordpress post with xmlrpc and jQuery . I'm trying to do something similar and I'm stuck with the SOP restriction.
If the same origin policy is ...
0
votes
1answer
216 views
Cross-site file upload with form validation
I would like to upload a file to remote server from some form in an iframe. But before submitting the form I'd like to check if it's valid using Django's built-in systems. So first how to upload file ...
0
votes
0answers
87 views
Reading the rules of a cross domain CSS file in DOM
I've noticed that when I try to access the cssRules (or just rules) of a stylesheet that doesn't reside within the origin domain of the page, it returns null instead of the rules of that CSS file.
Is ...
0
votes
1answer
168 views
Cross-site javascript problem
I'm developing a JavaScript API service. Main html page looks like this:
<html>
<head>
<script type="text/javascript" src="scripts/logic.js"></script>
<script ...
0
votes
1answer
313 views
How to disable cross-site ajax policies in firefox?
I need a way to request any site using Ajax. I mean ANY site, I don't want to have to use the workarounds that firefox offers that only apply to someone who's making page requests from the same ...
0
votes
1answer
45 views
Creating DOM elements on the fly - check if the data is not harmful
I already posted a question closely related to the this one. I watched the Mix10 video with P. Haacked and S. Hanselman.
I am building an AJAX-powered site whose input forms are created on the fly.
...
0
votes
3answers
523 views
Can you cross-site ping another site using C# or JS/Ajax?
On our web application I am trying to ping a 3rd party site to see if it is up before redirecting our customers to it. So far I have not seen a way to do this other than from a desktop app or system ...
0
votes
1answer
474 views
Sending Text Cross Domain By Bookmarklet
I need a user to navigate to a certain page that has a certain div full of useful text. Then click my bookmarklet and send the text in that div back to my server, which is different from the current ...
0
votes
1answer
76 views
Script URL cross site confusion
If i have a script that uses an absolute URL for a script on another website, on which the script say clicked a link what would happen? would a referrer be sent to the destination of the link, and if ...