in reply to How to scrape an HTTPS website that has JavaScript

jeffa has pointed out one way to go.
Some other times, HTTP links buried in JavaScript are just HTTP links. You can follow those using WWW::Mechanize while you might need a browser to figure out the URLs.

Cheers, Sören

  • Comment on Re: How to scrape an HTTPS website that has JavaScript