HEHossein Esmatiinnova-globen.hashnode.dev·1d ago · 6 min readStrategies for resilient HTTP calls in .NET coreWhat “resilience” means Your app depends on other services (payments, search, auth). Networks hiccup, services spike, and anything can slow or fail. Resilience means your outbound HTTP calls degrade g00
KKKishore K Sharmainblogs.kishorek.dev·2d ago · 9 min readHTTP Security Headers: The Cheapest Security Your API Will Ever ShipSome of the strongest security on your API isn't in your code at all. It's in a handful of headers — a few lines you attach to every response, which the browser then enforces on your behalf, for free,00
DMDavid Montesdeocaindavidmontesdeoca.dev·5d ago · 7 min readThe one about choosing where htmx logic belongsIn the previous post I talked about how to override htmx's default behavior on failure. The proposed solution relied on events to handle any server-side error directly from the view. Although I recomm00
NTNityanand Thakurinblog.lsnnt.dev·5d ago · 9 min readMaking an http server very close to computerAs i was developing on Macbook the linux library is not automatically present here so what i did instead i make an ubuntu docker container and then got inside that container and then installed the nec00
SKSunil Kumarincoldstartx.hashnode.dev·Jun 17 · 6 min readHow the Web Actually Works: HTTP from the Ground UpI’ve been going through Jim Kurose’s networking lectures lately, and I kept finding myself pausing to re-read the same sections. Not because they were confusing - because things I’d been using for yea00
BTBooster TechLabinblog.boosteredu.in·Jun 14 · 5 min readWeb Architecture FundamentalsPart 2: Why HTTP Status Codes Matter More Than Most Developers Think Imagine clicking the Login button on an application. You enter your email. You enter your password. You click Submit. What happens 10
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
HHelperXinhelperx.hashnode.dev·Jun 9 · 6 min readCycleTLS v2: Why We Ditched Axios for TLS Fingerprint-Safe HTTPWhen you're automating requests against platforms that actively detect bots, your HTTP library is a liability. We learned this the hard way — Axios was getting our requests fingerprinted and blocked w00
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
APAbheeshta Pinabheeshta-bts-tech.hashnode.dev·Jun 2 · 4 min readUnderstanding HTTP, Statelessness, and Why We Needed Redis, JWT, and API GatewaysEver wondered how a website knows you're using Chrome vs Firefox… or mobile vs desktop? Or how it remembers you're logged in even after refreshing the page? The answer is simple—and slightly unintuiti00