voidale Posted March 21, 2010 Posted March 21, 2010 (edited) Hey guys, is there a way to do the following 1.Navigate to website with cookies 2.use this cookies and website referrer to download file with direct url (http://website.com/file.exe) can you guys show me a code to do that if you know how? Thanks Edited March 21, 2010 by voidale
jchd Posted March 21, 2010 Posted March 21, 2010 Please wait 24h before bumping a thread. I believe Firefox uses a SQLite database for such data, so it should be easily readable. Can't say for IE. This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)
blakel Posted March 22, 2010 Posted March 22, 2010 This is very easy to do with wget, --save-cookies, --load-cookies. You may have some luck with using IE as a com object or using UDFs.
voidale Posted March 22, 2010 Author Posted March 22, 2010 This is very easy to do with wget, --save-cookies, --load-cookies.You may have some luck with using IE as a com object or using UDFs.is there any examples?UDF?
voidale Posted March 22, 2010 Author Posted March 22, 2010 (edited) what is the website?-----.com Edited March 22, 2010 by voidale
blakel Posted March 22, 2010 Posted March 22, 2010 i can't get that site to do anything for me. maybe it needs windows? i was expecting a site that needed a un/pw so you could dl a file or something similar.
voidale Posted March 22, 2010 Author Posted March 22, 2010 i can't get that site to do anything for me. maybe it needs windows?i was expecting a site that needed a un/pw so you could dl a file or something similar.when you click let's go you will have download file
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