In store URL to file document, If URL required authentication then what can we do?

0
I have one authenticated URL which is protected by password and i want to store information of that URL into file document. How can we acheive this, by  store URL to file  ?
asked
1 answers
0

I'm not sure if I understand your question correctly, but if your goal is to download a file from an url which is password protected you can do a REST call to that url and send authentication credentials with the HTTP Headers. The response you can then store in a file document document which you can then save in your Mendix application:

 

answered