in reply to Re: Re: make useragent follow redirects in post actions
in thread make useragent follow redirects in post actions
I've got to go take a shower now. I feel so... dirty. {grin}use LWP::UserAgent; BEGIN { *LWP::UserAgent::redirect_ok = sub { 1 }; }
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: make useragent follow redirects in post actions
by Anonymous Monk on Feb 21, 2001 at 21:14 UTC | |
by Anonymous Monk on Aug 12, 2002 at 03:50 UTC |