qooxdoo json/request transport method
Posted
by W55tKQbuRu28Q4xv
on Stack Overflow
See other posts from Stack Overflow
or by W55tKQbuRu28Q4xv
Published on 2010-03-25T09:55:56Z
Indexed on
2010/03/25
10:43 UTC
Read the original article
Hit count: 412
Hi all,
I try to send a request to my server via GET, but qooxdoo sends request as OPTIONS. Is any way to change this behaviour?
I try to use qx.data.store.Json (url) and qx.io.remote.Request (url, "GET", type) but result is same in both cases.
My version of qooxdoo is 1.0.1, browsers are FF 3.5.6 and Chromium 5.0.361.
© Stack Overflow or respective owner