Marty Martino 23.Jan.12 05:18 PM a Web browser Domino Web Access7.0.1Windows NT
I want to be able to programmatically bypass the need for the user to log in a username and password when they launch a PDF file from a secure site. I am able to access the file on the backend successfully using the code below, but don't know if there is a way to use it to launch the file itself. Would ideally like to be able to put the log-in credentials directly in an <a href> tag I build with the Lotuscript. Is this possible? Sorry if this has been asked before, I searched and could not find this question elsewhere.
Existing code that works:
Set xmlHTTP = CreateObject("MSXML2.ServerXMLHTTP")
xmlHTTP.open "GET", strURL, False, strUser, strPassword