Re: [qooxdoo-devel] Request problem using C# webservice

2011-10-04 Thread Martin Wittemann
Hey, sounds strange. A first question is if you know what cross origin request means? Usually, thats the number one trap doing requests. Other than that, I can't tell if its the client or the server side which looses the parameter. It would sure help if you check the data via a proxy (fiddler e.

[qooxdoo-devel] Request problem using C# webservice

2011-10-03 Thread jonasrdm
Hail! I'm having a problem to make a request using my .net web service. In requests that dont demands parameters i easily get my json response, but setting a parameter to my request make it dont even get to server side, and i get the error that the content of the request is null. here's the examp