Vautrin has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to scrape a web site. Whenever I use LWP::UserAgent to get anything beyond the first page I am shown a warning page telling me I need to turn on Javascript.'
So I figured, no problem, found the point in the HTML where the web page is redirected to a new URL. Oddly enough when I tried doing that I get a web page telling me that my browser doesn't support cookies.
So, I know that there is some black magic going on at this site. The problem is, I need a way to walk through what it's doing with Javascript and Cookies to see what's happening.
Is there any way to:
a) Dump a cookie jar in a human readable format -- an instance of HTTP::CookiesThanks in advance,
Dan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Scraping a web page while taking into account the javascript
by Anonymous Monk on Jan 22, 2004 at 01:35 UTC |