Tag

GET vs POST

1 views collected around this technical thread.

Java Architect Essentials
Java Architect Essentials
Aug 28, 2023 · Backend Development

Why Some Companies Use POST for All APIs: A Practical Look at GET vs POST

The article examines why certain companies mandate POST for every API, compares GET and POST in terms of security, payload size, caching, and semantics, and discusses the trade‑offs and real‑world implications of such a blanket rule for backend development.

API designBackendGET vs POST
0 likes · 9 min read
Why Some Companies Use POST for All APIs: A Practical Look at GET vs POST
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
May 30, 2016 · Information Security

Understanding CSRF: How GET Requests Can Delete Your Content and How to Defend Against It

This article explains what CSRF (Cross‑Site Request Forgery) is, demonstrates how a simple GET request can silently delete a logged‑in user's content, compares GET and POST attacks, and outlines practical defenses such as referrer checks, CAPTCHAs, and token‑based protection.

CSRFCSRF PreventionCross Site Request Forgery
0 likes · 8 min read
Understanding CSRF: How GET Requests Can Delete Your Content and How to Defend Against It