HTTP PUT, DELETE support please

We have GET and POST. We need PUT and DELETE. With PUT and DELETE we could use backend services like Parse and StackMob.

Please make it so. [import]uid: 1560 topic_id: 20503 reply_id: 320503[/import]

+1 [import]uid: 94868 topic_id: 20503 reply_id: 80400[/import]

+1 [import]uid: 13632 topic_id: 20503 reply_id: 80465[/import]

If you are updating the network libraries would also request the luasec libraries so we can have TLS/SSL support for TCP sockets (non-HTTPS).

http://www.inf.puc-rio.br/~brunoos/luasec/ [import]uid: 62323 topic_id: 20503 reply_id: 80467[/import]

Passing it onto the team :slight_smile: [import]uid: 84637 topic_id: 20503 reply_id: 80720[/import]

Have you tried passing “PUT” and “DELETE” to see what happens. I haven’t tested this myself, but users were originally reporting that Corona cannot work with Urban Airship for push notifications due to it’s lack of “PUT” support… then later users were reporting Corona works fine with urban airship.

I know the docs say “GET” and “POST”, but it could just be because those are the two most common request types. Perhaps try making some “PUT” and “DELETE” requests to see if they go through. Of course, if you’ve already tried and it failed then disregard this post. [import]uid: 52430 topic_id: 20503 reply_id: 80752[/import]

Good news… it is possible to use parse with corona!

I tested PUT and DELETE with parse and it works as it is supposed to both in simulator and on device. I used daily build 709.

[import]uid: 13632 topic_id: 20503 reply_id: 81023[/import]

Is this also confirmed for Android? PUT doesn’t seem to be working on my android device, where the same code works in the simulator.

-Angelo [import]uid: 12822 topic_id: 20503 reply_id: 96829[/import]

I didn’t test it on android.
If it’s parse you want to use you can try the test code I posted in this thread:

https://developer.anscamobile.com/forum/2011/09/27/parse-backend

[import]uid: 13632 topic_id: 20503 reply_id: 96841[/import]

That’s good, that’s really good to know about HTTP PUT issue. This information will be helpful for me. Thanks mate. :slight_smile:

bankart protocol [import]uid: 143941 topic_id: 20503 reply_id: 102367[/import]