2XX Response Codes

By
February 27, 2020
Share this post

What is a 2xx Response Code?

The 2xx status code indicates that your request was successful. Whenever you encounter this error, it means that the server has received your request, understood it, accepted it, and processed it. They basically indicate that the communication is successful and the web server can process the request received from the client browser. Below is a list of 2xx HTTP status codes.

  1. 200 – OK
  2. 201 – Created
  3. 202 – Accepted
  4. 203 – Non-authoritative information
  5. 204 – No content
  6. 205 – Reset content
  7. 206 – Partial content

What do 2xx response codes look like?

2xx codes indicate successful responses. Usually, this means the action requested by the client was received, understood, and accepted successfully. A 200 status code may appear online like this:

FrugalTesting blog on how APM helps to find bottlenecks

Guide to 2xx Response Codes -

Some of the most common HTTP 2xx response codes are listed below:

Unofficial Codes

Conclusion

The web server returns 2xx server status codes, indicating the status of the request. Website owners use these codes for troubleshooting purposes to understand the status of the HTTP transaction. 200 is the most popular status code that indicates OK status, meaning that the request has been accepted, understood, and processed by the server.

Share this post
Author
Our blog

Latest blog posts

Discover the latest in software testing: expert analysis, innovative strategies, and industry forecasts
Software Testing

Exploring Advanced Scripting Techniques in BlazeMeter for Complex Load Scenarios

Rupesh Garg
Rupesh Garg
November 21, 2024
5 min read
API Testing

Step-by-Step Guide: Setting Up Postman for Flawless GraphQL Testing

Rupesh Garg
Rupesh Garg
November 21, 2024
5 min read
API Testing

REST Assured vs. Postman: Which API Testing Tool is Right for You?

Rupesh Garg
Rupesh Garg
November 20, 2024
5 min read