missing-score
11-12-2005, 12:01 AM
Hey there, I have a question about HTTP response headers... Here is an example response header from PHP.net:
HTTP/1.1 200 OK
Date: Fri, 11 Nov 2005 23:35:55 GMT
Server: Apache/1.3.26 (Unix) mod_gzip/1.3.26.1a PHP/4.3.3-dev
X-Powered-By: PHP/4.3.3-dev
Last-Modified: Fri, 11 Nov 2005 23:25:48 GMT
Content-language: en
Set-Cookie: COUNTRY=GBR%2C86.133.245.211; expires=Fri, 18-Nov-05 23:35:55 GMT; path=/; domain=.php.net
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html;charset=ISO-8859-1
2175
I'm just wondering what the bit in red is, before the HTML document starts, anyone have any ideas?
HTTP/1.1 200 OK
Date: Fri, 11 Nov 2005 23:35:55 GMT
Server: Apache/1.3.26 (Unix) mod_gzip/1.3.26.1a PHP/4.3.3-dev
X-Powered-By: PHP/4.3.3-dev
Last-Modified: Fri, 11 Nov 2005 23:25:48 GMT
Content-language: en
Set-Cookie: COUNTRY=GBR%2C86.133.245.211; expires=Fri, 18-Nov-05 23:35:55 GMT; path=/; domain=.php.net
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html;charset=ISO-8859-1
2175
I'm just wondering what the bit in red is, before the HTML document starts, anyone have any ideas?