I have to download images which are made accessible using a password protected api interface.
Using the following URL I can retrieve an xml dokument showing the element id´s which contain image data:
https://www.THESERVICE.com/api/media-get.php?&user=?????&pw=?????&crs=EPSG:4236&version=current&bbox=9.3131,52.5912,10.2535,53.2265&type=1
From the list, I can then call the images using the following query:
https://www.THESERVICE.com/api/medium-file.php?&id=73298&user=?????&pw=?????
Could anyone offer a way to enable me to download all the images to a given directory and rename then according to the id?