Page 1 of 1

REST Authentication

Posted: Thu Oct 13, 2011 3:25 am
by AndreGabba

Tiggr works with Digest Authentication?
I read the post "REST service Basic Authentication", and that don't work for me.


REST Authentication

Posted: Thu Oct 13, 2011 5:24 am
by alexandrpiskun

No,
Tiggr does not support digest authentication right now.

By default JQuery ajax method does not support it.
You may add it using DigestJ JQuery plugin http://code.google.com/p/digestj/wiki... but some extra efforts are necessary.


REST Authentication

Posted: Sun Jun 10, 2012 4:51 pm
by Greg Stephens

Any update on plans to support Digest Authentication?


REST Authentication

Posted: Mon Jun 11, 2012 3:33 am
by maxkatz

Is there a specific service you are trying to use? No plans yet to support digest authentication as jQuery doesn't support it either (out of the box).