Matthew Curry wrote:
>       var req = new
> qx.io.remote.Request("http://localhost:4242/getfeeds";, "GET",
> "text/plain");
>   
If your qooxdoo app resides on the same server as
"http://localhost:4242";, then  you can just send the relative URL  like:
>       var req = new
> qx.io.remote.Request("/getfeeds", "GET",
> "text/plain");
That way, you needn't hard code your server address and also it might
not trigger any cross domain restriction policy of the browser or
qooxdoo itself.

cheers,
skar.

-- 
--
The life so short, the craft so long to learn. 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to