Tagged articles
13 articles
Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 28, 2026 · Fundamentals

GET vs POST: What’s the Real Difference in HTTP?

This article explains the fundamental differences between HTTP GET and POST methods, covering their request line structure, header and body handling, safety and idempotence properties, caching behavior, length limits, TCP packet usage, and how HTTP distinguishes them for resource management.

HTTPPOSTget
0 likes · 10 min read
GET vs POST: What’s the Real Difference in HTTP?
Linux Tech Enthusiast
Linux Tech Enthusiast
Jan 3, 2026 · Fundamentals

Understanding the Key Differences Between HTTP GET and POST Requests

GET and POST are two of the eight HTTP request methods; this article explains their request‑line, header and body structures, compares their characteristics such as safety, idempotence, caching, length limits and TCP packet usage, and clarifies why HTTP distinguishes them despite sharing the same underlying protocol.

HTTPPOSTget
0 likes · 11 min read
Understanding the Key Differences Between HTTP GET and POST Requests
Test Development Learning Exchange
Test Development Learning Exchange
Mar 8, 2025 · Backend Development

Core Concepts and Principles of HTTP Requests

This article explains the fundamental components of an HTTP request—including URL, methods, headers, and body—details the request‑response workflow with TCP connections, outlines common request methods and their characteristics, and categorizes response status codes for effective web development and testing.

HTTPStatus CodesWeb Development
0 likes · 5 min read
Core Concepts and Principles of HTTP Requests
Su San Talks Tech
Su San Talks Tech
Jun 2, 2021 · Backend Development

Mastering HTTP: When to Use GET vs POST and Their Real Differences

This article presents an interview‑style walkthrough of HTTP request methods, detailing the eight methods defined by HTTP/1.1, focusing on GET and POST, their functional differences, URL length limits, parameter formatting, security considerations, and packet behavior.

BackendHTTPPOST
0 likes · 11 min read
Mastering HTTP: When to Use GET vs POST and Their Real Differences
MaGe Linux Operations
MaGe Linux Operations
Sep 23, 2020 · Backend Development

GET vs POST: Uncover the Real Differences Behind HTTP Requests

This article explains the fundamental distinctions between GET and POST HTTP methods, covering how parameters are transmitted, caching behavior, URL length limits, security implications, and the underlying TCP packet flow, while debunking common myths and highlighting practical considerations for developers.

HTTPPOSTTCP
0 likes · 7 min read
GET vs POST: Uncover the Real Differences Behind HTTP Requests
21CTO
21CTO
May 22, 2019 · Fundamentals

What Is a Web Crawler? Definitions, Types, and How It Works

This article explains web crawlers—what they are, their classifications, typical use cases, and step‑by‑step workflow—covers the robots protocol, then delves into HTTP and HTTPS fundamentals, request/response structures, common methods, headers, status codes, and the security trade‑offs of HTTPS.

HTTPStatus CodesWeb Crawler
0 likes · 10 min read
What Is a Web Crawler? Definitions, Types, and How It Works
MaGe Linux Operations
MaGe Linux Operations
Oct 23, 2018 · Fundamentals

Mastering HTTP: Methods, Headers, URLs, and Status Codes Explained

This comprehensive guide explains the HTTP protocol, covering its connection model, request and response message structures, common methods, URL components, version differences, header field categories, the request/response lifecycle, status code classifications, and the practical distinctions between GET and POST.

HTTPHeadersStatus Codes
0 likes · 12 min read
Mastering HTTP: Methods, Headers, URLs, and Status Codes Explained
MaGe Linux Operations
MaGe Linux Operations
Sep 8, 2017 · Fundamentals

Mastering HTTP: Methods, Headers, and Status Codes Explained

This article provides a comprehensive overview of the HTTP protocol, covering its connection model, request and response structures, common methods such as GET, POST, OPTIONS, detailed header fields across general, request, response, and entity categories, URL components, version differences, and status code classifications.

HTTPHeadersStatus Codes
0 likes · 15 min read
Mastering HTTP: Methods, Headers, and Status Codes Explained