In article <1110511503.759355.62070@o13g2000cwo.googlegroups. com>,
"Yef" <e97y@yahoo.com> wrote:
> Nope, that's not it.
Please learn how to quote the message you're responding to with the new
Google. It's in an Options menu I think.
I just did:
telnet
www.oreilly.com 80
GET /openbook/webclient/ch03.html HTTP/1.0
Host:
www.oreilly.com
and the HTML it sent looked like it would produce the page I saw with my
browser. It began with:
HTTP/1.1 200 OK
Date: Fri, 11 Mar 2005 03:50:30 GMT
Server: Apache/1.3.33 (Unix) PHP/4.3.10 mod_perl/1.29
P3P: policyref="http://www.oreillynet.com/w3c/p3p.xml",CP="CAO DSP COR
CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa CONo OUR DELa PUBi OTRa IND PHY
ONL UNI PUR COM NAV INT DEM CNT STA PRE"
Last-Modified: Fri, 09 May 2003 19:30:53 GMT
ETag: "2fbbe-1b80d-3ebc01ed"
Accept-Ranges: bytes
Content-Length: 112653
Content-Type: text/html
X-Cache: MISS from
www.oreilly.com
Connection: close
<HTML>
<HEAD>
<title>Web Client Programming with Perl: Chapter 3: Learning HTTP</title>
</head>
> Incidentally does Windows have an equivalent
> to Linux's /etc/hosts.deny?
I don't think so, but I'm not a Windows expert.
--
Barry Margolin,
barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***