Nope, you can’t actually do that anymore since there’s SSL in the way. I tried anyway, though, just for giggles:
drath@machine:~$ telnet lemm.ee80Trying2606:4700:20::681a:5f3...
Connected to lemm.ee.
Escape character is '^]'.
GET /
<html><head><title>400 Bad Request</title></head><body><center><h1>400 Bad Request</h1></center><hr><center>cloudflare</center></body></html>
Connection closed by foreign host.
Of course I can curl and wget, but that feels against the spirit of hardcore reading the raw data.
Nope, you can’t actually do that anymore since there’s SSL in the way. I tried anyway, though, just for giggles:
drath@machine:~$ telnet lemm.ee 80 Trying 2606:4700:20::681a:5f3... Connected to lemm.ee. Escape character is '^]'. GET / <html> <head><title>400 Bad Request</title></head> <body> <center><h1>400 Bad Request</h1></center> <hr><center>cloudflare</center> </body> </html> Connection closed by foreign host.
Of course I can curl and wget, but that feels against the spirit of hardcore reading the raw data.