Get some HTTP content without a browser
Revision as of 17:16, 12 January 2011 by Aymeric Mansoux (talk | contribs) (Created page with "For that we need to connect to the machine serving the pages, and input by hand the requests. <source lang="bash"> nc pzwart.wdka.nl 80 GET /networked-media HTTP/1.1 Host: pzwar...")
For that we need to connect to the machine serving the pages, and input by hand the requests.
nc pzwart.wdka.nl 80
GET /networked-media HTTP/1.1
Host: pzwart.wdka.nl
EOF