On Tue, Jun 15, 2010 at 5:20 PM, b a wrote:
> Hi Ilkka,
>
> On 6/15/10, Ilkka Oksanen wrote:
> > Hi,
> >
> > On Tue, Jun 15, 2010 at 3:21 PM, b a wrote:
> >
> >> Hi,
> >>
> >> I started writing something with qooxdoo and I also wrote a server
> >> so that the qooxdoo app communicates with that.
Hi,
I don't know _exactly_ the reason for this, but I have a kind of "fix".
Whenever I remove the port-part (8124) from the URL it works.
So this:
var req = new qx.io.remote.Request(
"http://127.0.0.1";,
"POST",
"application/json");
req.send();
issues a POST (acc
Jean, I am using firefox 3.6.3
On 6/15/10, Jean-Baptiste BRIAUD -- Novlog wrote:
> Hi,
>
> What browser are you using ?
> I've seen (with surprise) HTTP OPTIONS with Opera.
>
> What is your backend ?
> In Java servlet, you can redefine service method so you don't have to bother
> with outdated HT
Got OPTIONS in firebug too.
yes I am not the only one, actually I can say that I've seen this
issue on stackoverflow and there it was suggested that the person use
JSONP instead of JSON.
I do not understand how this could solve such a problem.
From what I have read the OPTIONS request method is ne
Dear Jean,
my backend is Node.js
On 6/15/10, Jean-Baptiste BRIAUD -- Novlog wrote:
> Hi,
>
> What browser are you using ?
> I've seen (with surprise) HTTP OPTIONS with Opera.
>
> What is your backend ?
> In Java servlet, you can redefine service method so you don't have to bother
> with outdated
Hi Ilkka,
On 6/15/10, Ilkka Oksanen wrote:
> Hi,
>
> On Tue, Jun 15, 2010 at 3:21 PM, b a wrote:
>
>> Hi,
>>
>> I started writing something with qooxdoo and I also wrote a server
>> so that the qooxdoo app communicates with that.
>>
>> In qooxdoo I made a POST request like this
>>
>>
Hi,
On Tue, Jun 15, 2010 at 3:21 PM, b a wrote:
> Hi,
>
> I started writing something with qooxdoo and I also wrote a server
> so that the qooxdoo app communicates with that.
>
> In qooxdoo I made a POST request like this
>
>var req = new qx.io.remote.Request(
>
This is interesting, because if I remember correctly then you are not
first with the issue.
What firebug says?
On Tue, Jun 15, 2010 at 2:21 PM, b a wrote:
> Hi,
>
> I started writing something with qooxdoo and I also wrote a server
> so that the qooxdoo app communicates with that.
>
> In qooxdoo
Hi,
What browser are you using ?
I've seen (with surprise) HTTP OPTIONS with Opera.
What is your backend ?
In Java servlet, you can redefine service method so you don't have to bother
with outdated HTTP actions like GET, POST, OPTIONS and some other amazing one.
On 15 juin 2010, at 14:21, b a w
Hi,
I started writing something with qooxdoo and I also wrote a server
so that the qooxdoo app communicates with that.
In qooxdoo I made a POST request like this
var req = new qx.io.remote.Request(
"http://127.0.0.1:8124";,
"POST",
10 matches
Mail list logo