Jump to content

Recommended Posts

Posted

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

Posted

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

Posted
Posted

MAny many many thanks,

Owe you a beer

MIght not work, as MS corrected this syntax with a hotfix in XPSP2 (might also not be possible only in IE :blink:, just test it). Otherwise take a look at this post of mine, showing how to enable that syntax again.

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
×
×
  • Create New...