Hi. I have made a .htaccess file:
and in my .htpasswd the login is stored.
It's a simple authentication.
Does anyone knows how I would make a autoit script that authenticates with that login?
![Posted Image]()
(I need it all to authenticate silent, maybe winhttp can do it?)
AuthUserFile /home/fileprot/public_html/test/.htpasswd AuthType Basic AuthName "My Files" Require valid-user
and in my .htpasswd the login is stored.
It's a simple authentication.
Does anyone knows how I would make a autoit script that authenticates with that login?
![Posted Image](http://i.imgur.com/daGR1MZ.jpg)
(I need it all to authenticate silent, maybe winhttp can do it?)