http://halfway-neko.i2p/log/1711800000.html
and then i thought " hmm, i wonder if i could write my own http request???? " so i pull up a terminal, (relearn how netcat works), and then type this: printf " GET / HTTP/1.0\r\n\r\n " | nc x.x.x.x 80 and it just WORKS...