On Sun, Apr 3, 2011 at 3:50 AM, Maarten Koopmans <maarten.koopm...@gmail.com
> wrote:

> I there a way to have LIvecode do PUT and DELETE via http/https,
> hopefully witj digest authentication? So you can use the UI tools to
> integrate with REST services? I see great chanches here :-)
>

PUT and DELETE arel supported by libURL.

PUT: put theVariableData into URL "http://www.mydomain.com/path/";
DELETE: delete URL "http://www.mydomain.com/path/";

-- 
Trevor DeVore
Blue Mango Learning Systems
ScreenSteps: http://www.screensteps.com
LiveCode Resources for Developers: http://livecode.bluemangolearning.com
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to