I am trying to get a jpg image as follows:
Dim Client As System.Net.WebC lient = New System.Net.WebC lient
Client.Download File("http://root:<password> @192.168.0.99/cgi-bin/video.jpg",
MyFilename)
However I understand that IE no longer supports this 'in-line' presentation
of the username and password strings. Indeed I am getting a "Not Authorized"
error being returned.
Although I'm not using IE directly, are the components (and the security
contraints) of IE still being used in the background?
Has anyone met this before and is there a work around?
Thanks
-Jerry
Dim Client As System.Net.WebC lient = New System.Net.WebC lient
Client.Download File("http://root:<password> @192.168.0.99/cgi-bin/video.jpg",
MyFilename)
However I understand that IE no longer supports this 'in-line' presentation
of the username and password strings. Indeed I am getting a "Not Authorized"
error being returned.
Although I'm not using IE directly, are the components (and the security
contraints) of IE still being used in the background?
Has anyone met this before and is there a work around?
Thanks
-Jerry
Comment