Hello Guys!
I need to download automatically some .pdf files. The problem is that the requested files are available only from an .aspx link so I don't know the direct location of each file.
For example I need to download the result of following .aspx url:
https://www.exampledomain.com/ViewImage.aspx?ShowFile=123456&type=pdf
Is it possible with a VBS script? I tried to download it as a regular file from a direct link - as a result I was downloading the .aspx file...
Please help Guys!