On Sat, May 7, 2011 at 16:33, dabd <[email protected]> wrote:

> I issued it from a file://* location which is the source code file that I
> am
> editing.


Nope, you can't do that. That's a cross-domain request, going from a file://
something to an http:// something. There are three things that MUST be
identical for it not to be cross-domain: The protocol (http vs file), the
host name (localhost), and the port number. If any of those three differs,
then it's cross-domain, and the same-origin restrictions apply.

Cheers,

Derrell
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to