Skip to content

Instantly share code, notes, and snippets.

@t0nyandre
Created September 7, 2014 19:08
Show Gist options
  • Save t0nyandre/bd778f2797fbbb8a8303 to your computer and use it in GitHub Desktop.
Save t0nyandre/bd778f2797fbbb8a8303 to your computer and use it in GitHub Desktop.
zmartazz@coding-comp:~$ curl --verbose cis.poly.edu:80
* About to connect() to cis.poly.edu port 80 (#0)
* Trying 128.238.32.79...
* connected
* Connected to cis.poly.edu (128.238.32.79) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.26.0
> Host: cis.poly.edu
> Accept: */*
>
* additional stuff not fine transfer.c:1037: 0 0
* HTTP 1.1 or later with persistent connection, pipelining supported
< HTTP/1.1 301 Moved Permanently
< Date: Sun, 07 Sep 2014 18:54:52 GMT
< Server: Apache/1.3.41 (Unix) mod_perl/1.31
< Location: http://engineering.nyu.edu/academics/departments/computer/
< Transfer-Encoding: chunked
< Content-Type: text/html; charset=iso-8859-1
< X-Pad: avoid browser bug
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>301 Moved Permanently</TITLE>
</HEAD><BODY>
<H1>Moved Permanently</H1>
The document has moved <A HREF="http://engineering.nyu.edu/academics/departments/computer/">here</A>.<P>
</BODY></HTML>
* Connection #0 to host cis.poly.edu left intact
* Closing connection #0
zmartazz@coding-comp:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment