Authenticating in API when anonymous access is enabled

2011-10-26 Thread Kent Johnson
I am using the API for read-only access with anonymous access enabled,
so I don't get any authentication challenges. As a workaround for
issue 1847 (http://code.google.com/p/reviewboard/issues/detail?
id=1847) I would like to get a session id. How can I do this through
the API?

Thanks,
Kent

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Authenticating in API when anonymous access is enabled

2011-10-26 Thread David Trowbridge
For the API, you can use HTTP Basic authentication with any of your requests.

-David



On Wed, Oct 26, 2011 at 4:24 PM, Kent Johnson kent3...@gmail.com wrote:
 I am using the API for read-only access with anonymous access enabled,
 so I don't get any authentication challenges. As a workaround for
 issue 1847 (http://code.google.com/p/reviewboard/issues/detail?
 id=1847) I would like to get a session id. How can I do this through
 the API?

 Thanks,
 Kent

 --
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en