NONetomize Official Bloginblog.netomize.ca·Jun 10 · 3 min readHTTP-Basma - Platform Update (v3.0 - Gaudi)Following the first release of HTTP-Basma on May 20, 2026, on Netomize's official GitHub repository, including the research paper, source code, datasets, and 64-bit release versions for Windows and Li00
SKSreeram K Sincode-as-a-story.hashnode.dev·Jun 5 · 6 min readWhat is CORS? (Cross-Origin Resource Sharing)Story Time Imagine you walk into a corporate office building, you have your ID card. You swipe it and enter. Now, inside that office, you try to open a restricted server room. A security guard stops y00
RCRahul Chaduvulainsoftwareconcepts.hashnode.dev·May 30 · 7 min readUnderstanding HTTP as a Backend EngineerAfter learning about the OSI model, TCP, and UDP, the next thing I wanted to understand was HTTP. As backend engineers, we work with HTTP every day. We build APIs. We send requests. We receive respons00
ASAndreas Schommerinaschommer.hashnode.dev·May 30 · 2 min readMake Python Trust Your Corp Proxy Using SessionsMy current employer uses a transparent proxy to filter web traffic. This type of proxy intercepts HTTPS requests and forwards them to the target server, allowing for content inspection and filtering o00
BBGyaniinblog.bgyani.co.in·May 10 · 5 min readSSL Termination Explained1. Problem Statement In today’s applications, almost all traffic is encrypted using HTTPS. That’s great for security — but comes with a cost. Why encryption is expensive? Every HTTPS request requires:00
AFAbhishek Farshwalinmy-own-http-server.hashnode.dev·Apr 10 · 4 min readBuild my own HTTP server.Building a Web Server from Scratch Building a web server from scratch is one of those projects for a programmer that differentiate between using the internet and understanding how the internet actuall11F
AAchalinachaltitare.hashnode.dev·Apr 2 · 7 min readWhat Happens When You Type a URL?The First Time the Internet Felt Like Magic I still remember the first time I built something on the internet. I typed a URL, pressed Enter, and a website appeared almost instantly. It looked normal. 10
BABashir Abdulahinbash-abdul.hashnode.dev·Mar 11 · 9 min readHow HTTP Stays Secure: Cookies, HTTPS, and TLS ExplainedHTTP is stateless and by default sends everything as plain text. If you are not familiar with how HTTP works, how requests and responses are structured, and what methods and status codes mean, that is00
SCShoban Chiddarthinshobanchiddarth.hashnode.dev·Mar 9 · 5 min readSetting up HTTPS on my home labIntroduction This is the third part of my physical network engineering home lab series of blogs. In this blog I will be sharing how I set up SSL on my home lab and then accessed locally hosted service10
LFLuca Ferdenziinsecurityknowledgebank.hashnode.dev·Mar 4 · 4 min readUnderstanding TLS 1.3I've been digging into TLS recently, specifically what changed between 1.2 and 1.3, and why those changes matter. This post is a summary of what I learned. TLS establishes shared cryptographic keys be00