Re: [qooxdoo-devel] QxTransport and url-encoding

2006-04-04 Thread BJörn Lindqvist
> var req = new QxRequest("http://localhost:8080/query";, "GET", "text/json"); > > req.setAsynchronous(true); > req.setParameter("params", '{"p1": "val1", "p2": "val2"}'); > req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); > req.send(); > > > this will always break my webr

[qooxdoo-devel] QxTransport and url-encoding

2006-04-03 Thread [EMAIL PROTECTED]
hi, honestly i dont know if this is either a bug in - qooxdoo - firefox - linux - webrick (a ruby http-server) given the following code var req = new QxRequest("http://localhost:8080/query";, "GET", "text/json"); req.setAsynchronous(true); req.setParameter("params", '{"p1": "val1", "p2": "val2