Additional Success Codes in HTTP

From the HTTP Status Codes cheat sheet · 2xx Success · verified Jul 2026

Additional Success Codes

Less common but important success status codes

javascript
203 : Non-Authoritative Information - Modified by proxy/CDN
205 : Reset Content - Clear form/document view
206 : Partial Content - Range request successful
207 : Multi-Status - Multiple status codes (WebDAV)
📌 206 is used for video streaming and resume downloads
💡 207 is specific to WebDAV operations
⚡ Most applications only need 200, 201, and 204

Continue with HTTP Status Codes

Save the full cheat sheet or work through every related task.

More HTTP tasks

Back to the full HTTP Status Codes cheat sheet