

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.
I tried to give it a piece of ~200 lines of JS I was positive there was an error in, and it tried to gaslight me into thinking there wasn’t any… I tried everything, pointed it specifically to suspicious bits, asked for breakdowns, assertions, test cases… which it then promptly copy-pasted to me straight from my own code… Took me a few hours to find, but there was, in fact, a rookie mistake in it, just hard to spot at a glance.