in reply to Re^4: scraping ASP page, __VIEWSTATE problem
in thread scraping ASP page, __VIEWSTATE problem
As usual, track with Wireshark the difference between what your Perl script sends and what your browser sends when you access the page with it.
Also, consider just automating the page using WWW::Scripter or WWW::Mechanize::Firefox, both of which know how to handle Javascript.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: scraping ASP page, __VIEWSTATE problem
by mdupont (Scribe) on Nov 21, 2010 at 17:11 UTC | |
by mdupont (Scribe) on Nov 21, 2010 at 18:03 UTC |