Skip to content

Instantly share code, notes, and snippets.

@cheald
Created September 15, 2012 19:24
Show Gist options
  • Save cheald/3729392 to your computer and use it in GitHub Desktop.
Save cheald/3729392 to your computer and use it in GitHub Desktop.
domain = Curl::Easy.http_head(url) do |c|
c.follow_location = true
c.timeout = 4
end.last_effective_url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment