ASAditya Singhinadityaksi.hashnode.dev·6d ago · 7 min readWhat Happens When You Type Google.com in Your Browser?A simple thing that billions of people do every day: open a browser, enter the address google.com, and hit Enter. What happens after that? We usually don’t think about the complex yet simple technolog00
GGGoose Gustiningoosegustin.hashnode.dev·Jul 28 · 7 min readYour Login Form Has a Six-Step Journey. I Watched Every One.DNS is the thing everyone learns wrong first: "it's the internet's phonebook." That explanation is why so many developers can look at a failed login and have no idea whether the problem is their code,00
DVDhiti Varmaindhitivarma.hashnode.dev·Jul 27 · 6 min readHTTP & HTTPS Explained: What Happens When You Visit a Website?Have you ever wondered what actually happens when you type www.google.com into your browser and press Enter? It may seem like a simple action that takes only a few milliseconds, but behind the scenes,10
DPDebanshu Panigrahiinblog.debanshupanigrahi.dev·Jul 20 · 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 go10
HBHilda Biendeinhilda-biende.hashnode.dev·Jul 17 · 6 min readHTTP vs HTTPS: What really happens when you click a link? (A technical guide & why it matters for MIS professionals) Every time we browse the internet, we perform a silent, almost invisible dance. We type a URL into our browser, hit Enter, and seconds later, the requested page appears on our screen. It seems magical00
HFHåkan Fägnellinfortifynet.hashnode.dev·Jul 17 · 7 min read"Your Connection Is Not Private": What It Means and How to Fix ItYou click a link, expect a familiar page, and instead Chrome fills the screen with a stark warning: "Your connection is not private." Below it sits a cryptic code like NET::ERR_CERT_AUTHORITY_INVALID.00
NONetomize Official Bloginblog.netomize.ca·Jul 14 · 8 min readHTTP-Basma - Clustering Verbosus FingerprintsThe design and architecture of the verbosus fingerprint (vfp) in HTTP-Basma allows for deeper inspection of every field of every probe. The reversibility property of the fingerprint coupled with the d00
HFHåkan Fägnellinfortifynet.hashnode.dev·Jul 14 · 8 min readWhat Is HSTS? HTTP Strict Transport Security ExplainedYour site probably redirects to HTTPS already, and the padlock shows up just fine. But every time a returning visitor types your address without https://, their browser still sends one unencrypted HTT00
VKVignesH KumaRinhappyvig.hashnode.dev·Jul 9 · 13 min readHTTP 103 Early Hints, Explained the Way I Wish Someone Had Explained It to Me🔍 How I got here I came across HTTP 103 Early Hints while reading about how larger sites shave milliseconds off their load times. The idea is elegant enough to stop and think about: a server usually 00
SSunnyincybersecurity-learning.hashnode.dev·Jul 6 · 14 min readTryHackMe Web Application Basics: Beginner-Friendly Learning GuideIntroduction I recently completed the Web Application Basics room on TryHackMe as part of my cybersecurity learning journey. This room helped me understand how web applications work from the basic lev10