Created
April 29, 2015 20:36
-
-
Save shreyaskarnik/49f34302e63d4fd2756d to your computer and use it in GitHub Desktop.
curl-to-reg-v2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$> 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