in reply to Re^2: Parsing AJAX-based website
in thread Parsing AJAX-based website
Look at the Net tab in firebug or 'Network' tab on chrome and find all the requests going out.
Identify the request you are interested in - find out how that part is constructed ( based on the AJAX code that is present ) and make that call.
As a note some of the modules mentioned above do this for you.
|
---|