Forum Moderators: phranque
For the manual process, do something like fire up Hyperterminal, connect to your-site.example.com, port 80, turn on local echo (so you can see what you're doing), and type in the HTTP request. e.g.,
GET / HTTP/1.0<return>
<return> GET /your/page.html HTTP/1.0<return>
Host: happy.days.are.here.again<return>
<return>