1XX Response Codes

Rupesh Garg

July 25, 2023

5 mins

What is a 1xx Response Code?

The 1xx response typically consists of an HTTP status line, a header, and is terminated by an empty line. 1xx status codes are only defined in version HTTP/1.1 and are not supported by the previous HTTP/1.0 version. Hence, web servers should not respond with a 1xx code to an HTTP/1.0 client.

As 1xx HTTP codes are only meant for informational purposes, browsers and user agents will not process and show these response codes on the front-end screen like other series of response codes. Browsers ignore these status codes and continue to process the remaining parts of the requests. There are only four status codes used in the 1xx series:

  1. 100 – Continue
  2. 101 – Switching Protocols
  3. 102 – Processing
  4. 103 – Early Hints

What does the 1xx response code look like?

HTTP status codes that fall under the 1xx category are considered informational status codes. When the status code is informational in nature, it will only tell the user or software agent that the request has been obtained. For instance, you may only encounter the status code 100. But you are completely unaware of the exact cause of the appearance of the status code.

Guide to 1xx Response Codes-

Some of the most common HTTP 1xx status codes are listed below:

Unofficial Codes

Conclusion

Web servers send 1xx-series HTTP status codes that are only meant for informational purposes. We have discussed above the list of 1xx HTTP status codes for informational responses returned by a web server in response to HTTP requests from the client browser.

Rupesh Garg

✨ Founder and principal architect at Frugal Testing, a SaaS startup in the field of performance testing and scalability Possess almost 2 decades of diverse technical and management experience with top Consulting Companies (in the US, UK, and India) in Test Tools implementation, Advisory services, and Delivery. I have end-to-end experience in owning and building a business, from setting up an office to hiring the best talent and ensuring the growth of employees and business.

Our blog

Latest blog posts

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

Best Mobile Testing Tools for Seamless Automation

Rupesh Garg
Rupesh Garg
February 21, 2025
5 min read
Software Testing

Effective BI Testing: 4 Essential Techniques

Rupesh Garg
Rupesh Garg
February 21, 2025
5 min read
Automation Testing
Software Testing

Manual vs. automated API Testing: Key Considerations for Selecting the Right Approach

Rupesh Garg
Rupesh Garg
February 21, 2025
5 min read