Librenix  
(Show all HOWTO articles . . .
)  
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

HowTo: HTTP Status: 206 Partial Content and Range Requests Using Curl

Up
vote
Down

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. This is useful for:

* Understanding http headers and protocol.
* Troubleshooting network problems.
* Troubleshooting large download problems.
* Troubleshooting CDN and origin HTTP server problems.
* Test resuming interrupted downloads using tools like lftp or wget or telnet.
* Test and split a large file size into multiple simultaneous streams i.e. download a large file in parts.
 read more | mail this link | score:9127 | -nixcraft, November 21, 2012
More Sysadmin articles...

Buy Large Wall Art Prints

admin headlines

Upgrade OpenSUSE 12.2 to 12.3

Configure LEMP for maximum performance

Tutorial: Shopware 4.0.x on Nginx (LEMP) on Ubuntu 12.04

LAMP Tutorial: Apache2, PHP5, MySQL on Ubuntu 12.04 LTS

Configure PureFTPd for TLS

Faster mail server with a caching nameserver

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin