Get some HTTP content without a browser

From XPUB & Lens-Based wiki
Revision as of 18: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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