in reply to Re: Mimic referring URL in LWP?
in thread Mimic referring URL in LWP?
Is the referrer page the one that brought me to the page I am posting to or getting (that was my assumption)?my $req = POST 'https://adwords.google.com/select/main', ['login.userid' => 'test@test.com', 'login.password' => 'testabc', 'cmd' => 'LoginValidation', 'login' => 'Login' ]; $req->referer("https://adwords.google.com/select/"); my $req = HTTP::Request->new(GET=>'https://adwords.google.com/select/m +ain?cmd=CampaignManagement&campaignid=0&timeperiod=simple&timeperiod. +simpletimeperiod=today'); $req->referer("https://adwords.google.com/select/main");
Client-SSL-Warning: Peer certificate not verified
Is the log in working then? But somehow my cookie shows the session is timed out? Thanks!Your session has expired. Please return to the AdWords Select homepage + and login again. (This is a security precaution to prevent someone from gaining access +to your account if you forget to log-out.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Mimic referring URL in LWP?
by pjf (Curate) on Jun 21, 2002 at 04:00 UTC |