Question

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 domain. Is there ANY way to let this happen? I want this to occur as a local file.

Was it helpful?

Solution

  1. Downgrade your Firefox to under version 3
  2. Try http://dirolf.com/2007/06/enabling-cross-domain-ajax-in-firefox.html

Firefox 3 note Versions of Firefox prior to Firefox 3 allowed you to set the preference capability.policy..XMLHttpRequest.open to allAccess to give specific sites cross-site access. This is no longer supported.

BTW, you can also save your web application(.html) as .hta, HTA application is allow cross site scripting.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top