Login creditianls for List Form/Case API

Hello all,

I want to access the data using List Form/Cases API (using link provided on
the wiki page of commcare) from commcare server through program. To do this
I must need to provide login credentials also in program. So anybody have
any idea bout this how to provide this login credentials?

Please reply

Thanks in advance.

Hi Ganesh,

You can authenticate with digest authentication. An example with curl would
be something like:

curl -v --digest -u myemail@example.com:password
https://www.commcarehq.org/a/mydomain/api/v0.5/form

Cory

ยทยทยท On Wed, Jul 30, 2014 at 5:18 AM, Ganesh Ghongane wrote:

Hello all,

I want to access the data using List Form/Cases API (using link provided
on the wiki page of commcare) from commcare server through program. To do
this I must need to provide login credentials also in program. So anybody
have any idea bout this how to provide this login credentials?

Please reply

Thanks in advance.

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.