Notifications
Clear all
HTTP Status Codes
1
Posts
2
Users
1
Reactions
10
Views
0
11/03/2025 3:08 am
Topic starter
Getting a 100 status code and not sure what that means
1 Answer
1
11/03/2025 3:10 am
Here are some HTTP status codes that start with 1
100 – Continue (Indicates the initial part of a request has been received, and the client should continue sending the remainder.)
101 – Switching Protocols (The server is switching protocols in an upgrade header, such as upgrading from HTTP to WebSockets. The client should use the new protocol in the future.)
102 – Processing (Indicates the server has received and is processing the request, but no response is available yet.)
103 – Early Hints (Used to return some response headers before the complete response. This allows the client to start preloading resources while the server is still preparing the full response.)