smahdi83 Posted November 22, 2007 Posted November 22, 2007 Hello, I need to download a series of PDF files from a secured website. I already have a username/password for that site but I am not sure on how I can do this if I want to use the InetGet function, since that function downloads directly from the http or ftp link we provide it, but since I need to pass authentication first, it causes a problem. Right now, I am doing this process by using a bunch of SendKey() commands along with IE.au3 functions, which causes a lot of headaches because it crashes on me all the time. Any help would be greatly appreciated. Thanks,
McGod Posted November 22, 2007 Posted November 22, 2007 INetGet("http://myuser:mypassword@www.somesite.com") [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
smahdi83 Posted November 22, 2007 Author Posted November 22, 2007 INetGet("http://myuser:mypassword@www.somesite.com")Hi,I know that already. The thing is the site I need to access involves selecting a date range from a drop down menu. So it's not as straight forward as that. Any suggestions?Thanks,
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now