Skip to content

Instantly share code, notes, and snippets.

@rusrushal13
Created March 3, 2017 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rusrushal13/f1a71fe7f53529dc461efe8de82e6f35 to your computer and use it in GitHub Desktop.
Save rusrushal13/f1a71fe7f53529dc461efe8de82e6f35 to your computer and use it in GitHub Desktop.
rushal@rushal-Lenovo-B560:~/src/zenodo$ curl -v www.github.com
* Rebuilt URL to: www.github.com/
* Trying 192.30.253.113...
* Connected to www.github.com (192.30.253.113) port 80 (#0)
> GET / HTTP/1.1
> Host: www.github.com
> User-Agent: curl/7.50.1
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Content-length: 0
< Location: https://www.github.com/
< Connection: close
<
* Closing connection 0
rushal@rushal-Lenovo-B560:~/src/zenodo$ wget -v www.github.com
--2017-03-04 01:23:22-- http://www.github.com/
Resolving www.github.com (www.github.com)... 192.30.253.113, 192.30.253.112
Connecting to www.github.com (www.github.com)|192.30.253.113|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.github.com/ [following]
--2017-03-04 01:23:22-- https://www.github.com/
Connecting to www.github.com (www.github.com)|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/ [following]
--2017-03-04 01:23:24-- https://github.com/
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘index.html’
index.html 88.43K 178KB/s in 0.5s
2017-03-04 01:23:26 (178 KB/s) - ‘index.html’ saved [90552]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment