HBHimanshu Balaniinblog.himanshubalani.com00Getting Started with cURL: The Terminal’s BrowserMay 10 · 6 min read · Before you write a single line of backend code or fetch data for a frontend component, you need to understand what a server actually is. In the simplest terms, a server is just a computer sitting someJoin discussion
JMJanardan Mondalinjanardanm.hashnode.dev00Getting Started with cURLMay 8 · 6 min read · When we open a website, log into an app, or fetch data from an API, our computer is constantly communicating with servers over the internet. But how does that communication actually happen? That is whJoin discussion
VSVishal Singhinblog.xpvishal.dev00Getting Started with cURLApr 30 · 8 min read · Table of Contents What is cURL — in very simple terms Why programmers need cURL Making your first request Understanding request and response Using cURL to talk to APIs Common mistakes beginners Join discussion
ATAnshul Tripathiincurl-101-start-sending-request.hashnode.dev00cURL Deep Dive: Your First Step into HTTP RequestsApr 27 · 14 min read · Table of Contents Introduction What is server What is cURL (in Simple Terms) How it works behind the scenes Why Programmers Use cURL Testing APIs quickly Debugging server issues Making YouJoin discussion
WBWiktoria Blomgren Strandberginpentesting-dvwa.hashnode.dev00Blind SQL Injection in DVWAApr 26 · 28 min read · 1 Introduction In this post, the Blind SQL Injection vulnerability in the Damn Vulnerable Web Application (DVWA) is described. The objective for attacks on all levels is to find the version of the SQLJoin discussion
WBWiktoria Blomgren Strandberginpentesting-dvwa.hashnode.dev00Insecure CAPTCHA in DVWAApr 18 · 27 min read · 1 Introduction In this post, the Insecure CAPTCHA vulnerability in the Damn Vulnerable Web Application (DVWA) is described. The objective for attacks on all levels is to bypass the poor CAPTCHA systemJoin discussion
TKTushar Kumar Jaiswalinwebdevcohort2026.hashnode.dev00Getting Started with cURLMar 31 · 5 min read · What is cURL (in very simple terms) cURL (Client URL) is a command-line tool used to talk with server directly from your terminal. cURL is used to send and receive data from a server using a URL. Join discussion
WBWiktoria Blomgren Strandberginpentesting-dvwa.hashnode.dev00JavaScript Attacks in DVWAMar 26 · 21 min read · 1 Introduction In this post, the JavaScript Attacks vulnerability in the Damn Vulnerable Web Application (DVWA) is described. The objective for attacks on all levels is to analyse and manipulate the JJoin discussion
HSHarshit Sharmainharshitsharma1835.hashnode.dev00Getting Started with cURLMar 25 · 3 min read · In this blog, we will learn about cURL. So the first question is what is cURL? What is cURL cURL (Client URL) is a command - line tool used to send requests to a server and get a response. You didn'tJoin discussion
WBWiktoria Blomgren Strandberginpentesting-dvwa.hashnode.dev00API Security in DVWAMar 21 · 29 min read · 1 Introduction In this post, the API Security vulnerability in the Damn Vulnerable Web Application (DVWA) is described. The objective for attacks across all security levels is to exploit weaknesses inJoin discussion