"Kenny G. Dubuisson, Jr." wrote:
> 
> Doug:
> 
> Thanks though I'm not sure exactly how to do that.  Could you possibly
> provide an example of the header you spoke of?  Thanks,
> Kenny
> 
> > you might need to:
> > - pass an "approved" useragent string (e.g. MSIE)
> > - pass a HTTP_REFERER header indicating you "came from" the WSJ login page
> > - etc.

$perldoc lwpcook shows:
  $req->header('Accept' => 'text/html');
so I guess I'd try:
  $req->header('Referer' => 'http://www.wsj.com/login-page-here');

HTH

Reply via email to