Hi there
I'm scraping a website in Flash, writing in Python. I can see in Firebug that the page loads its Flash file and then some background data in an .asmx file.
The background data is what I'm interested in - so how can I get hold of the .asmx file? I already know what it's called.
I can't get at the .asmx file directly, but can I grab it using Mechanize?
--- UPDATE ----
The page I'm scraping is http://www.citroen.co.uk/new-cars/car-range/#/configurator/1C58AF/pop/pre-configuration/
The .asmx file is https://sfg-bpf.servicesgp.mpsa.com/uk/services/ServicePSAGF_Dealer.asmx - I can view it in Firebug.