>From a command prompt you can do: telnet <server> <port>
Example: telnet www.someserver.com 80 HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server >>> Find out how iMS Stacks up to the competition: >http://www.coolfusion.com/imssecomparison.cfm ----- Original Message ----- From: "Ben Johnson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 5:45 PM Subject: RE: How does this work (cfheader+cfcontent)? > Can I use the telnet program that's on Win2000? I tried doing "open > macromedia.com", but that doesn't work. Perhaps a different telnet client? > > > > Ben > > -----Original Message----- > From: Howie Hamlin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 15, 2002 3:33 PM > To: CF-Talk > Subject: Re: How does this work (cfheader+cfcontent)? > > > Just connect to the web server (usually port 80) and type something like: > > GET /INDEX.CFM HTTP/1.0 > > The format is: > > COMMAND <SP> DOCUMENT <SP> HTTP version > > The command can be GET, POST, HEAD, etc. but it would be difficult to do a > post in telnet... > > Just remember to hit RETURN twice. > > BTW - our freeware utility is here: www.coolfusion.com/downloads.cfm > > HTH, > > -- > Howie Hamlin - inFusion Project Manager > On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 > inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server > >>> Find out how iMS Stacks up to the competition: > http://www.coolfusion.com/imssecomparison.cfm > > ----- Original Message ----- > From: "Ben Johnson" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday, May 15, 2002 5:30 PM > Subject: RE: How does this work (cfheader+cfcontent)? > > > > > FYI, Coolfusion has a really cool little utility called http analyzer > that > > > will get you all of the headers without having to telnet. > > > > How do you do that with telnet? I've never read up on it. > > > > > > > > Ben Johnson > > Hostworks, Inc. > > > > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

