G
glanfield
Guest
Dear group,
I have a system where by a zip file is downloaded from a web server
(apache) over https and using an apache directive for the usename/password
(such as below). The problem is that the username and password is never
excepted in IE8 on Windows 7 (32bit). It works in FireFox,Chrome,IE7 (vista
32 bit), and ie8 on xp.
Any help appreciated.
Thanks.
AuthType Basic
Authname "Username and Password Required"
AuthUserFile /etc/httpd/
Require valid-user
I have a system where by a zip file is downloaded from a web server
(apache) over https and using an apache directive for the usename/password
(such as below). The problem is that the username and password is never
excepted in IE8 on Windows 7 (32bit). It works in FireFox,Chrome,IE7 (vista
32 bit), and ie8 on xp.
Any help appreciated.
Thanks.
AuthType Basic
Authname "Username and Password Required"
AuthUserFile /etc/httpd/
Require valid-user