I have anonymous access turned off.   If I turn anonymous access on,
then it works fine.  However, anonymous access is not a option for me
in this environment.

The authentication method is "standard authentication".

On Nov 16, 2:15 pm, Christian Hammond <chip...@chipx86.com> wrote:
> Hi Jeff,
>
> Sorry to hear you never got this figured out.
>
> Can you tell me what sort of authentication you're using on Review
> Board, and whether or not you have anonymous access turned on? Both
> should be in the Admin UI -> Settings -> Authentication.
>
> We may need to add some logging on your install to figure out where
> things are getting tripped up.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
> On Tue, Nov 16, 2010 at 10:56 AM, Jeff <jeffrey.c.t...@gmail.com> wrote:
> > (This is a follow up to this thread:
> >http://groups.google.com/group/reviewboard/browse_thread/thread/83744...,
> > but I've made a lot of changes).
>
> > I have a fresh reviewboard 1.5 install.   I cannot get authentication
> > to the web api working at all.   I have a superuser account setup.
> > (I get the same results with the admin account).  I've tried a perl
> > script, but I've fallen back to the web browser and wget. I'm trying:
>
> > $ wget --http-user=test --http-password=testhttp://reviewboard/api/info/
> > -O -
> > --13:49:18--  http://reviewboard/api/info/
> > Resolving reviewboard... 10.20.30.183
> > Connecting to reviewboard|10.20.30.183|:80... connected.
> > HTTP request sent, awaiting response... 401 UNAUTHORIZED
> > Authorization failed.
>
> > I did a tcpdump and I seem to be sending the right auth header:
>
> > Authorization: Basic dGVzdDp0ZXN0\r\n
>
> > If I try the same url in firefox, I get the same results.    Same,
> > basic auth header.
>
> > However, if I login to the reviewboard web site in firefox, and hit
> > that api url while still logged in, it works.  I checked with Live
> > HHTP headers, and it's sending a cookie:
>
> > Cookie: csrftoken=3c25a25c4c6ced636686afac7a25a4f1;
> > rbsessionid=cbf48656dfa85de17cef7011a6968b4d
>
> > but no auth headers.  I've turned on logging, but there's nothing
> > there.
>
> > --
> > Want to help the Review Board project? Donate today 
> > athttp://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~----------~----~----~----~------~----~------~--~---
> > To unsubscribe from this group, send email to 
> > reviewboard+unsubscr...@googlegroups.com
> > For more options, visit this group 
> > athttp://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

Reply via email to