Hi, How about wfetch from Microsoft's support site: http://support.microsoft.com/default.aspx?scid=kb;EN-GB;q284285 It does headers and authentication, and...
I mainly forgot that part because the last 20 or so times I've used TCPtrace, I happen to have been connecting to localhost... (oops.) But yes, you just fill...
shouldn't that be GET / HTTP/1.0 [press enter twice] Cheers Simon ... From: Brad Wilson [mailto:dotnetguy@...] Sent: Monday, July 15, 2002 4:39 PM To:...
Simon Fell
SFell@...
Jul 15, 2002 11:44 pm
... Duh, yes. :) Brad -- Read my web log at http://www.quality.nu/dotnetguy/...
RE: [OT] HTTP SpyAnd if you're talking to a server that hosts multiple sites you will need: GET / /HTTP/1.0 [press enter] Host: www.yahoo.com [press enter...
I've always done: GET http://host/ HTTP/1.0 [enter twice] This seems to work fine for virtual servers... Just tried your way and it works too! I wonder which...
... I'd have to look, but I don't think this is valid for 1.0 (although the maxim when writing servers is "be liberal in what you accept, conservative in what...
... the ... conservative ... 1.1, ... have ... According to RFC2616, the version is always required. According to my memory, the Host header is required under...
Your right AFAIK, But int he wild Internet the specs are merely a hint at what would work thanks to the old "be liberal in what you accept" philosophy. Jim...