Skip to content

Instantly share code, notes, and snippets.

@shreyaskarnik
Created April 29, 2015 20:36
Show Gist options
  • Save shreyaskarnik/49f34302e63d4fd2756d to your computer and use it in GitHub Desktop.
Save shreyaskarnik/49f34302e63d4fd2756d to your computer and use it in GitHub Desktop.
curl-to-reg-v2
$> curl -iv http://myreg-xyz.com/v2/
* Hostname was NOT found in DNS cache
* Trying 52.13.92.158...
* Connected to myreg-xyz.com (52.13.92.158) port 80 (#0)
> GET /v2/ HTTP/1.1
> User-Agent: curl/7.35.0
> Host: myreg-xyz.com
> Accept: */*
>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment