Hi,
I need a little help to find a way to download a file from intranet page that require to be logged in . I tried a lot of code found here and on google and nothing works
I have the link to the file (it is not direct link with file extension) but when I am already logged in and I input the url it will popup to save the file (here is how link look like, I modified the name of real link
If I am not already logged in it will redirect me to the page to login :
How can I automatized the download of the file to a specific folder? When not logged in I want popup to ask in excel for username and pass and then download file, if already logged in I want it to download to a specific folder automatically.
Thanks for your help
I need a little help to find a way to download a file from intranet page that require to be logged in . I tried a lot of code found here and on google and nothing works
I have the link to the file (it is not direct link with file extension) but when I am already logged in and I input the url it will popup to save the file (here is how link look like, I modified the name of real link
Code:
https://my-documents.company.com/folder/fpath/default/default-domain/Favorites@xl?contentViewName=filename¤tPage=0&pageSize=0
If I am not already logged in it will redirect me to the page to login :
Code:
https://my-documents.company.com/folder/login.jsp (no popup just a form style login page)
How can I automatized the download of the file to a specific folder? When not logged in I want popup to ask in excel for username and pass and then download file, if already logged in I want it to download to a specific folder automatically.
Thanks for your help