Skip to main content

Timeline for Automating web requests using curl?

Current License: CC BY-SA 3.0

17 events
when toggle format what by license comment
Dec 27, 2013 at 2:35 history edited phemmer CC BY-SA 3.0
edited title
Dec 27, 2013 at 2:22 history edited Braiam CC BY-SA 3.0
deleted 11 characters in body; edited tags
S Dec 11, 2011 at 23:26 history post merged (destination)
Dec 10, 2011 at 1:22 vote accept xiaohan2012
S Dec 11, 2011 at 23:26
Dec 9, 2011 at 14:35 answer added lutzky timeline score: 6
Dec 9, 2011 at 10:54 comment added manatwork No luck for a simple solution with those. Firefox and Chrome uses SQLite, Opera has a binary data file format. Looks like you will have to search for the session id and pass it manually to the downloader.
Dec 9, 2011 at 10:37 comment added xiaohan2012 I am using Chrome the most. sometimes Opera and Firefox
Dec 9, 2011 at 7:35 comment added manatwork Using a session is just sending the session id with each request. Either in a cookie or in GET parameter. wget and curl can use Netscape cookie file, so if your browser also use such one, may be enough to just specify it to the downloader. So, what kind of browser are you using?
Jul 23, 2011 at 4:41 vote accept Somebody still uses you MS-DOS
Apr 28, 2011 at 21:53 comment added Gilles 'SO- stop being evil' Related: Are there any good tools besides SeleniumRC that can fetch webpages including content post-painted by JavaScript?
Apr 14, 2011 at 20:37 history edited Gilles 'SO- stop being evil'
edited tags
Apr 14, 2011 at 20:37 answer added Gilles 'SO- stop being evil' timeline score: 17
Apr 14, 2011 at 18:47 answer added penguin359 timeline score: 15
Apr 14, 2011 at 6:09 history tweeted twitter.com/#!/StackUnix/status/58411446551330816
Apr 14, 2011 at 4:28 comment added intuited Do you need to be able to use Javascript?
Apr 14, 2011 at 3:19 comment added phunehehe I would use Python's zope.testbrowser for that.
Apr 14, 2011 at 3:06 history asked Somebody still uses you MS-DOS CC BY-SA 3.0