in reply to Problems using LWP::UserAgent to log into safeway.com

Maybe it uses some Javascript magick to set additional cookies? Try to disable Javascript and get this page in your browser.

You also can create request log in FireFox (using LiveHTTPHeaders).

  • Comment on Re: Problems using LWP::UserAgent to log into safeway.com

Replies are listed 'Best First'.
Re^2: Problems using LWP::UserAgent to log into safeway.com
by kretch (Initiate) on Jan 23, 2008 at 05:29 UTC
    Yes, you nailed it. No javascript = no website load. I guess I'm out of luck then using Mechanize as well? Kretch

      Yes, you right. But you can look into Javascript code and simply implement same in Perl. Believe me it's not so hard :-).