[cosmo-dev] PIM and user credentials
Travis Vachon
travis at osafoundation.org
Mon Jun 23 11:27:03 PDT 2008
Hi Tom
Are you talking about
GET /chandler/pim
?
This resource is protected by session authentication, in which the
client POSTs credentials to /chandler/security_check like
POST /chandler/security_check
j_username=travis&j_password=testing
at which point the server creates a token and includes it in the
response in a Cookie. The browser includes this Cookie in subsequent
requests, which the server detects and uses to determine whether or
not the request has appropriate credentials. You can simulate this
behavior with any client side library, and many actually include
builtin support for this scheme (sometimes called "form based auth").
-Travis
On Jun 22, 2008, at 7:53 AM, Tom Jones wrote:
> Hello,
> I would like to pass the user credentials in the HTTP GET statement
> for the Web PIM, how can I do this?
>
> Thanks,
> tom
> _______________________________________________
> cosmo-dev mailing list
> cosmo-dev at lists.osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/cosmo-dev
More information about the cosmo-dev
mailing list