Tag

Status Codes

1 views collected around this technical thread.

FunTester
FunTester
May 6, 2025 · Backend Development

Understanding HTTP Status Codes and API Testing with Postman and Eolinker

This article explains common HTTP status codes, demonstrates step‑by‑step API testing using Postman—including basic requests, exception handling, token management, test assertions, and collection runs—shows how to import Postman collections into Eolinker, compares the two tools, and adds practical tips and code examples.

API testingEolinkerPostman
0 likes · 7 min read
Understanding HTTP Status Codes and API Testing with Postman and Eolinker
Java Tech Enthusiast
Java Tech Enthusiast
Apr 26, 2025 · Backend Development

The Evolution and Chaos of HTTP Status Codes and RESTful API Design

The article traces how an early AJAX API that used only HTTP 200 and a simple JSON wrapper devolved into a tangled mix of proper RESTful codes, custom three‑digit‑plus statuses, pseudo‑resources, PATCH work‑arounds, and finally a pragmatic scheme that keeps 200 for success, adds extended numeric categories, and adopts verb‑adjective‑resource method names for clarity.

API designRESTfulStatus Codes
0 likes · 5 min read
The Evolution and Chaos of HTTP Status Codes and RESTful API Design
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.

Request MethodsStatus CodesWeb Development
0 likes · 5 min read
Core Concepts and Principles of HTTP Requests
Top Architect
Top Architect
Aug 3, 2024 · Backend Development

Standardizing API Response Structure with Custom Annotations in Spring Boot

This article explains how to design a unified JSON response format for backend services, define clear status‑code conventions, encapsulate results in a Result class, and use a custom @ResponseResult annotation together with a ResponseBodyAdvice interceptor to automatically wrap controller outputs, improving readability and error handling.

API designAnnotationsJava
0 likes · 10 min read
Standardizing API Response Structure with Custom Annotations in Spring Boot
Architecture Digest
Architecture Digest
Apr 19, 2022 · Backend Development

Best Practices for Designing HTTP APIs: Status Codes, JSON Payloads, Resource Naming, and Error Handling

This guide outlines comprehensive backend API design recommendations, covering appropriate HTTP status codes, JSON request bodies, unique resource identifiers, timestamp formats, consistent URL structures, nested relationships, error message schemas, caching, pagination, versioning, security, and clear documentation with executable examples.

API designJSONREST
0 likes · 13 min read
Best Practices for Designing HTTP APIs: Status Codes, JSON Payloads, Resource Naming, and Error Handling
Java Architecture Diary
Java Architecture Diary
Aug 14, 2021 · Backend Development

Understanding Every HTTP Status Code: A Visual Guide

This article presents a comprehensive visual reference of all standard HTTP status codes, from informational 1xx responses to server error 5xx codes, explaining each code's meaning and typical use cases for developers working with web APIs and browsers.

APIStatus CodesWeb Development
0 likes · 9 min read
Understanding Every HTTP Status Code: A Visual Guide
Laravel Tech Community
Laravel Tech Community
Aug 5, 2021 · Fundamentals

The History and Myths Behind the HTTP 404 “Page Not Found” Error

This article explores the origin, technical meaning, and cultural myths of the HTTP 404 “Page Not Found” error, tracing its development from early web protocols to urban legends and even unrelated aviation incidents, while clarifying common misconceptions about its naming.

404 errorInternet FundamentalsStatus Codes
0 likes · 7 min read
The History and Myths Behind the HTTP 404 “Page Not Found” Error
Top Architect
Top Architect
Apr 9, 2021 · Fundamentals

Understanding HTTP Protocol: Concepts, Features, Workflow, Headers, Caching and Applications

This article provides a comprehensive overview of the HTTP protocol, covering its definition, stateless nature, connection handling, key characteristics, request/response workflow, header fields, status codes, caching mechanisms, and practical applications such as resumable downloads, multithreaded downloading, proxy servers and virtual hosting.

HeadersNetworkingStatus Codes
0 likes · 34 min read
Understanding HTTP Protocol: Concepts, Features, Workflow, Headers, Caching and Applications
Top Architect
Top Architect
Aug 13, 2020 · Backend Development

Best Practices for RESTful API Design: URL Structure, Status Codes, and Server Responses

This article outlines essential RESTful API design guidelines, covering clear URL conventions, precise HTTP status code usage, proper JSON responses, error handling without misleading 200 codes, and the inclusion of hypermedia links to improve client navigation.

API designRESTfulStatus Codes
0 likes · 11 min read
Best Practices for RESTful API Design: URL Structure, Status Codes, and Server Responses
Top Architect
Top Architect
Jul 19, 2020 · Backend Development

Best Practices for Designing RESTful APIs

This article outlines essential RESTful API design principles, covering clear URL structures, proper use of HTTP verbs, precise status codes, appropriate response formats, and the inclusion of hypermedia links to create intuitive, maintainable, and standards‑compliant web services.

API designRESTfulStatus Codes
0 likes · 11 min read
Best Practices for Designing RESTful APIs
Architecture Digest
Architecture Digest
Apr 26, 2020 · Backend Development

RESTful API Design Best Practices and Detailed Guidelines

This article explains essential RESTful API design details—including URL conventions, HTTP verb usage, status‑code precision, proper JSON responses, and HATEOAS linking—to help developers create clear, consistent, and user‑friendly web APIs.

API designRESTfulStatus Codes
0 likes · 10 min read
RESTful API Design Best Practices and Detailed Guidelines
macrozheng
macrozheng
Feb 24, 2020 · Fundamentals

Master HTTP: From Basics to Advanced Concepts Explained

This comprehensive guide walks you through the fundamentals of HTTP, covering its definition, hypertext, transfer, protocol layers, related components like browsers and servers, request‑response flow, methods, headers, status codes, content negotiation, and security extensions such as HTTPS and WAF.

Content NegotiationHeadersNetworking
0 likes · 39 min read
Master HTTP: From Basics to Advanced Concepts Explained