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... HTTP/1.0 200 OK
Content-Type: text/html
ETag: " 2888739140 " Last-Modified: Sun, 31 Mar 2024 12:10:55 GMT
Content-Length: 2890
Connection: close
Date: Sun, 31 Mar 2024 12:49:04 GMT
Server: lighttpd/1.4.59 < !