Jump to content

http/https autenticate user and pass


Recommended Posts

Hi,

I need to log in with a user and pass to a page and copy data from there every day.

The page is protected by a .htpassword, so a normal https autentication.

How can i connect to that page / autenticate?

Thanks is advance,

Mike

Link to comment
Share on other sites

SOLVED - the solution was in autoit DOCS - for INETGET

To use a username and password when connecting simply prefix the servername with "username:password@", e.g.

"http://myuser:mypassword@www.somesite.com"

Regards,

Mike

Hi,

I need to log in with a user and pass to a page and copy data from there every day.

The page is protected by a .htpassword, so a normal https autentication.

How can i connect to that page / autenticate?

Thanks is advance,

Mike

Link to comment
Share on other sites

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...