Hi Tim,

Tim Taubert wrote:
> Hi,
> I have the following scenario:
>
> My Qooxdoo app is accessible via http://localhost/. From there I want to
> access a Mono/ASP.NET service running on localhost:8080.
I think you run into an error concerning the "Same origin policy" [1]. It is 
not allowed to call a service at Port 8080 when your javascript is delivered 
via Port 80. 
Maybe you can use a proxy to solve this problem and access the service with 
this proxy.

cheers,
  Alex

[1] http://taossa.com/index.php/2007/02/08/same-origin-policy/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to