> 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
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