DELETE, PUT http

Trevor DeVore lists at mangomultimedia.com
Mon Apr 4 11:22:14 EDT 2011


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

> I there a way to have LIvecode do PUT and DELETE via http/https,
> hopefully witj digest authentication?
>

Regarding digest authentication - libURL doesn't offer built in support for
digest so you have to roll your own. You can extend the supported
authorization schemes by means of libUrlSetAuthCallback.

The GLX Application Framework has Digest support built in, however. If you
look at the glxApplicationFramework stack script that comes with the
distribution you will find a handler named glxappAuthDigestCallback. It
relies on a couple of other handlers but it may help you out.

http://www.bluemangolearning.com/revolution/software/libraries/glx-application-framework/

-- 
Trevor DeVore
Blue Mango Learning Systems
ScreenSteps: http://www.screensteps.com
LiveCode Resources for Developers: http://livecode.bluemangolearning.com



More information about the use-livecode mailing list