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

> I tried the following AJAX request http://paste.ly/75j9 but I am getting
> the
> following message on the Chrome console.  With Firefox4+firebug I don't get
> that message.
>

What is the URL of the page that your application is running from? This
sounds like a cross-domain issue.


>
> XMLHttpRequest cannot load <the url I requested> Origin null is not allowed
> by Access-Control-Allow-Origin.
> Native.js:91010985 qx.io.remote.Exchange: Unknown status code: 0 (4)
>
> In any case the "completed" event is not fired (I don't get the alert).
> Why is this happening?
>
> One more question related to requests.  The setParameter needs the values
> URL encoded or the implementation encodes the string for us?
>

Not URL encoded. Each of the parameters that you provide with setParameter()
will be combined into a single query string, and the whole thing encoded as
required.

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