Skip to content

Instantly share code, notes, and snippets.

@michelson
Created April 28, 2010 21:23
Show Gist options
  • Save michelson/382743 to your computer and use it in GitHub Desktop.
Save michelson/382743 to your computer and use it in GitHub Desktop.
curl = Curl::Easy.new('http://metrik.tricdev.com:3000/tablero')
curl.perform
curl.cookies = session_id
curl.perform
puts curl.perform.body_str
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment