Testing HTTP Status: 206 Partial Content and Range Requests
Nov 20, 2012, 10:00 (0 Talkback[s])
(Other stories by Anonymous)
The HTTP 2xx class of status codes indicates the action requested by the client was received, and processed successfully. HTTP/1.1 200 OK is the standard response for successful HTTP requests. When you type www.cyberciti.biz in the browser you will get this status code. The HTTP/1.1 206 status code allows the client to grab only part of the resource by sending a range header.
Complete Story
Related Stories: