The article presents a live, annotated HTTPS request for its own source, demonstrating how a page can fetch itself byte by byte over TLS. This is achieved using a pure-JS TLS 1.3 implementation and a WebSocket proxy. The page also provides an option to use HTTP/2 and view raw TCP traffic. The project is open-source and available on GitHub.