cYXob Posted October 14, 2014 Posted October 14, 2014 (edited) Hi guys, i would like to make a script to scrape information from my university site. The problem is that there's an HTTP login at the page, and i'm not able to login. I tried to play several times with HTTP udf or WinHTTP udf but never had success, so i decided to write it here. Also, the page has https. Thanks for your patience. edit: the page is this one. Edited October 14, 2014 by cYXob
alienclone Posted October 14, 2014 Posted October 14, 2014 Hi guys, i would like to make a script to scrape information from my university site. The problem is that there's an HTTP login at the page, and i'm not able to login. I tried to play several times with HTTP udf or WinHTTP udf but never had success, so i decided to write it here. Also, the page has https. Thanks for your patience. edit: the page is this one. you should be able to send login credentials thru the url: https://user:pass@poliba.esse3.cineca.it/auth/Logon.do If @error Then MsgBox(262192, "", @ComputerName & " slaps " & @UserName & " around a bit with a large trout!") EndIf "Yeah yeah yeah patience, how long will that take?" -Ed Gruberman REAL search results | SciTE4AutoIt3 Editor Full Version
jdelaney Posted October 14, 2014 Posted October 14, 2014 Or use the _ie* functions. IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
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