ASAbhijeet Shindeinweeklyupdate.hashnode.dev·Jul 10 · 7 min readWhat Really Happens When You Make an HTTP Request?1. Why This Topic Matters Before this topic, I already knew many of the individual concepts involved in networking: DNS converts domains into IP addresses. TCP is responsible for reliable communicat00
STSpeedyIndex Teaminspeedyindex-seo.hashnode.dev·Jun 10 · 13 min readPython Script for Bulk Checking HTTP Statuses and Noindex TagsYou have 50,000 URLs from a sitemap dump, and someone in marketing just asked if the old campaign pages are still live. You could click one by one in your browser. Or you could write a Python script t10
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
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 respons10
NONetomize Official Bloginblog.netomize.ca·May 20 · 2 min readIntroducing HTTP-Basma - Adaptive Fingerprinting: HTTP-Basma's Multi-Stage Probing for Granular Server DifferentiationNetomize is happy to announce the release of a new HTTP fingerprinting algorithm called HTTP-Basma to identify HTTP servers using a reversible fingerprint codenamed verbosus. In the realm of cybersecu10
NRNavdeep Rohillainexpress-js-by-navdeep.hashnode.dev·May 10 · 7 min readCreating Routes and Handling Requests with ExpressModern web applications constantly receive requests from users. Whether someone opens a webpage, submits a login form, or fetches data from an API, the server must know how to respond correctly. Node.00
SYshreshtha yadavinwebdevdeepdive.hashnode.dev·Mar 16 · 25 min readHttp MethodsHTTP Methods Explained — A Real-World Guide for Developers Every time your app talks to a server, it uses HTTP. Understanding the methods behind those requests is one of the most fundamental skills a00
WBWiktoria Blomgren Strandberginpentesting-dvwa.hashnode.dev·Mar 8 · 14 min readAuthorisation Bypass in DVWA1 Introduction In this post, the Authorisation Bypass vulnerability in the Damn Vulnerable Web Application (DVWA) is described. The objective for attacks on all levels is to identify any areas where a00
WBWiktoria Blomgren Strandberginpentesting-dvwa.hashnode.dev·Mar 6 · 24 min readSQL Injection in DVWA1 Introduction In this post, the SQL Injection vulnerability in the Damn Vulnerable Web Application (DVWA) is described. The objective for attacks on all levels is to extract user login credentials. T00
JJorgeinbuildingagain.hashnode.dev·Feb 19 · 3 min readGetting Started with HTTPXMeet HTTPX If you use requests in Python, you should know about HTTPX. Most Python developers start API work with requests. It’s simple. It works. It’s battle-tested. But modern Python apps, especiall00