Re: There are only two Authentication method available.

2013-01-15 Thread Gavin Main
I am facing the same issue. I unfortunately don't have the luxury of using easy_install as this requires a direct connection to the interwebs (something we can't allow). I have packaged up every ReviewBoard 1.6.15 dependency by hand. 'rb-site' upgrade hinted that I needed the following... Djble

Re: Authentication problems with 1.5 api via perl.

2013-02-26 Thread Gavin Main
=> sub { print "HANDLER\n"; }, > %param); > print $ua->handlers('response_header', $resp)."\n"; > push @{ $ua->requests_redirectable }, 'POST'; > print $ua->show_progress."\n"; > my $response = $ua->post(

Re: Authentication problems with 1.5 api via perl.

2013-02-26 Thread Gavin Main
ttp://codereview.xyz.com/r/new > > Would be great if you can share your script to give quick & better > understanding. > > On Tuesday, February 26, 2013 2:08:54 PM UTC+5:30, Gavin Main wrote: >> >> After a bit of fiddling and research I found that the LWP and &g