PcExpert Posted March 20, 2009 Posted March 20, 2009 Hi all, I was wondering if it is possible to use SSL (https) with autoIT. I searched the forum, and all the topics i've found are from 2007/2006. I thought that it might be possible now, but I don't know that. I know I can use an external app like Wget, but i'm first trying to do it with autoit's possibilities. The reason I want to download with ssl is that I want to download some information that has not to be seen by anyone. Thanks!
jvanegmond Posted March 20, 2009 Posted March 20, 2009 Use the extensive _IE library. It automates Internet Explorer in a lot of different methods. As far as I know, Internet Explorer supports SLL. ;] github.com/jvanegmond
i3illig Posted March 22, 2009 Posted March 22, 2009 but TCP ist better then _IE lib.. need https on tcp
ProgAndy Posted March 22, 2009 Posted March 22, 2009 (edited) You have to use WinHTTP (see my sig) or WinInet (UDFs are available, just search)http://msdn.microsoft.com/en-us/library/aa384076.aspxhttp://support.microsoft.com/kb/168151 Edited March 22, 2009 by ProgAndy *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
jvanegmond Posted March 23, 2009 Posted March 23, 2009 but TCP ist better then _IE lib..need https on tcp How is it better? If you're doing this just for speed then you are probably reinventing the wheel for no reason. github.com/jvanegmond
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