Hi deuce,
I am accessing the image just by going to its URL. I can receive this prompt in one of two ways:
a) by opening Internet Explorer, entering the URL for an image, and I get the prompt
b) by using the AddPicture method of VBA and using the URL as my file name (which I assume accomplishes the same thing as part a)
In both instances, the dialog box is the same:
It is entitled "Enter Network Password"
It has two fields that are pre-filled and non-changeable:
Site:
www.msn.com (example)
Realm: Reporting Website
and then it asks for a User Name and Password, and it offers a checkbox to save this password in my password list.
The prompt box is completed with Ok and Cancel buttons.
I do not know if this is an .htaccess prompt. Is there a way to tell?
I will tell you all I know about the server. It is a server that runs a java reporting application. The reporting application displays these images in .html pages, but the interface is very restrictive. The image directory and the reporting application reside on the same server, so when running the reporting application this dialog box is not present.
I was told by someone familiar with the process of this server, that the server requires authentication from any application that does not reside on the box itself. So I am guessing the username/password prompt is being generated by the server itself?
Thank you,
Richard