O
Octavio Filipe
Hi there,
I'm trying to download a file, but i don't have the real link, i only
have a php page that redirects me to the real link...
I'm using
webClient.DownloadFile(DOWNLOAD_URL,"c:\\temp\\");
and I'm copying headers (just in case the server verifies then).
But still it doesn't work!
By the way DOWNLOAD_URL have the complete php link:
https://server.com/folder/certificates.php
Thanks in advance.
Octavio Filipe
I'm trying to download a file, but i don't have the real link, i only
have a php page that redirects me to the real link...
I'm using
webClient.DownloadFile(DOWNLOAD_URL,"c:\\temp\\");
and I'm copying headers (just in case the server verifies then).
But still it doesn't work!
By the way DOWNLOAD_URL have the complete php link:
https://server.com/folder/certificates.php
Thanks in advance.
Octavio Filipe