DPDebanshu Panigrahiinblog.debanshupanigrahi.dev·1d ago · 9 min readBuilding a MITM Proxy from Scratch: The Journey Behind mitm-coreEvery networking project starts with "I'll just forward a request." A MITM proxy quickly teaches you that nothing on the Internet is ever that simple. Introduction I didn't start mitm-core with the go00
DPDebanshu Panigrahiinblog.debanshupanigrahi.dev·Apr 28 · 2 min readQuickserve with HTTPS: The No-Fuss GuideIf you're using the QuickServe extension in VS Code and need a Secure Context for local testing (Service Workers, Clipboard API, etc.), you don't need to manually wrestle with OpenSSL via the CLI anym00