in reply to Scraping AJAX?
When you hit the url for Dojo Demo the page you hit is the html page.
Once the page is loaded a call goes to url 'http://dojotoolkit.org/documentation/tutorials/1.6/datagrid/demo/hof-batting.json' to pull the JSON data.
my $mech = WWW::Mechanize->new();<br> $mech->get('http://dojotoolkit.org/documentation/tutorials/1.6/datagri +d/demo/hof-batting.json');<br>
|
|---|