Hi there!

I'm new to qooxdoo and trying to implement a frontend for a JSON-API.
In order to delete records on the server side, I'm sending a

qx.io.request.Xhr(url, "DELETE")

request. But all this does is issue an HTTP OPTIONS request. I
understand this is for checking, whether the DELETE method is allowed.
Therefore i reply with

Access-Control-Allow-Methods: *

on the server side. Shouldn't qooxdoo now send the actual DELETE
request? What am I missing here?

Regards,
Ferdi

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to