NPH/HTTP Headers
HTTP/1.0 200 OK Date: Thursday, 31-Oct-96 17:25:32 GMT Server: NCSA/1.3 MIME-version: 1.0 Last-modified: Wednesday, 30-Oct-96 10:12:23 GMT Content-type: text/html Content-length: 89 <HTML> <HEAD><TITLE>Some Page</TITLE></HEAD> <BODY> Some text on the page </BODY> </HTML> |
| HTTP/1.0 200 OK |
|
| Date: Thursday, 31-Oct-96 17:25:32 GMT |
|
| Server: Apache/0.8.4 |
|
| MIME-version: 1.0 |
|
| Last-modified: Wednesday, 30-Oct-96 10:12:23 GMT |
|
| Content-type: text/html |
|
| Content-length: 89 |
|
|
| A blank line indicates the end of the headers and the beginning of the message body. |
<HTML> <HEAD><TITLE>Some Page</TITLE></HEAD> <BODY> Some text on the page </BODY> </HTML> | |
| Window-target: windowname |
|
| Set-cookie: Name=Juan; |
|
| Cost: ??? |
|
| Public: GET HEAD TEXTSEARCH |
|
| Allow: GET HEAD PUT |
|
| Pragma: nocache |
|
| Expires: Tues, 31 Dec 1996 23:59:59 GMT |
|
| Referer: http://www.programatica.com/ |
|
| User-Agent: Mozilla/3.0 (Win16; U) |
|
| Status CODE | Description | Status CODE | Description | 100 | Continue | 101 | Switching Protocols |
| Status CODE | Description | Status CODE | Description |
| 200 | OK Ye typical responce for most pages. The normal content type for CGI generated responces in this instance is text/html |
201 | Created The most likely use for this responce would be in reply to a PUT method. Such as placing a file on the server. One should no matter the reason for returning this code also include a Location: header to indicate the URL of the created resource. |
| 202 | Accepted | 204 | No Content This particular responce allows you to call a CGI to process a request, without that CGI causing the screen to be repainted. |
| Status CODE | Description | Status CODE | Description |
| 301 | Moved Permanently The only difference between 301 and 302 is that this one when received by a smart browser, will allow it to update it's bookmarks with an updated location. |
302 | Moved Temporarily This response should be followed by a Location: header. It will cause the browser to load the page whose URL is mentioned Location: in the header. |
| 303 | See Other | 304 | Not Modified |
| 305 | Use Proxy | ||
| Status CODE | Description | Status CODE | Description |
| 400 | Bad Request | 401 | Unauthorized |
| 402 | Payment Required | 403 | Forbidden |
| 404 | Not Found | 405 | Method Not Allowed |
| 406 | Not Acceptable | 407 | Proxy Authentication Required |
| 408 | Request Time-out | 409 | Conflict |
| Status CODE | Description | Status CODE | Description |
| 500 | Internal Server Error The catch all error , which covers things like forgetting to output "Content-Type: txt/html" as well as your program taking a memory dump and just about anything else. |
501 | Not Implemented |
| 502 | Bad Gateway | 503 | Service Unavailable |
| 504 | Gateway Timeout | 505 | HTTP Version Not Supported |
Hosted By
Programatica WEBDesign ®
Copyright © 1996-1997. Programatica WEB Design ®:.
All Rights Reserved Worldwide.