> It seems I can't even do POST requests INSIDE my domain: If I do > setCrossDomain(false) and try to get data from another machine that > doesn't > work either. (Machine 1: 192.168.1.10 - Machine 2: 192.168.1.11) > So that seems to be even more restrictive, because it seems to look for > <ANY> change in the URL.
With a little effort I'm sure you'll find plenty of resource detailing the SOP restriction - both within and outside this mailing list. "Domain" is taken very narrow in this context. It refers to the server FQDN + the port (!) number. So "mydom.com" and "mydom.com:443" are considered different domains. The same applies to IP adresses. So it's not about the URL in general but the part between "http://" and the start of the URL path that matters. T. ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
