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?
>

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
_______________________________________________
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