I need to use http1.1 because it's a shared server and http1.0 doesn't support host headers.
What's strange is that the following is working on another server: --- Send=GET / HTTP/1.1\r\nAccept: */*\r\nConnection: close\r\nUser-Agent: Eivind/21.0\r\nHost: host.domain.com\r\n\r\n Expect=~.*</HTML> --- I can't really see what's the big difference Mvh, Regards, Eivind Ravndal ----- Original Message ----- From: "Richard Beckmannflay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 16, 2003 10:18 AM Subject: RE: [WhatsUp Forum] tcp/ip service > Eivind, > > Have you tried... > > Send=GET /index.txt HTTP/1.0\r\nAccept: */*\r\nUser-Agent: > Ipswitch_Whatsup/4.0\r\n\r\n > Expect=~.*Error: 0 > > Copy and paste from default.... > > Richard > > > -----Original Message----- > From: Eivind Ravndal [mailto:[EMAIL PROTECTED] > Sent: Thursday, 16 October 2003 5:06 PM > To: [EMAIL PROTECTED] > Subject: [WhatsUp Forum] tcp/ip service > > > Hi, > > I have a tcp/ip service configured like this at port 80: > --- > Send=GET /index.txt HTTP/1.1\r\nAccept: */*\r\nConnection: > close\r\nUser-Agent: Eivind/21.0\r\nHost: host.domain.com\r\n\r\n > Expect=~.*Error: 0.* > --- > > And at the host I am checking there's a file called index.txt which contains > this: > --- > Liste over kamera: > 00408c58e6f9_1: OK > 00408c51e38b_1: OK > 00408c51807e_1: OK > Error: 0 > > --- > > This should work, but it doesn't, it turns pink in WhatsUp. > Anyone got any ideas how make this work ? > > > Mvh, > Regards, > Eivind Ravndal > > > Please visit http://www.ipswitch.com/support/mailing-lists.html > to be removed from this list. > > An Archive of this list is available at: > http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ > > > > NOTICE: > This e-mail and any attachments are privileged and confidential and > may contain copyright material of Stellar Call Centres or third > parties. If you are not an authorised recipient of this e-mail > please delete this e-mail and any attachments and notify the sender > immediately by return e-mail or by telephone on 02 9465 2222. > In addition, if you are not an authorised recipient of this e-mail > you should not use, store, print, copy, distribute, or act in reliance > on this e-mail, any attachment to this e-mail, or any information > contained in this e-mail or any attachment to this e-mail. > If you are an authorised recipient of this e-mail please note that > any views or opinions presented in this e-mail or any attachment to > this e-mail are solely those of the individual sender, except where > the sender specifically states them to be the views or opinions of > the Stellar Call Centres. You should only re-transmit, distribute or > commercialise the information contained in this e-mail and any > attachments if you are authorised to do so. Stellar Call Centres > respects your privacy. > Our privacy policy can be viewed on our website: > www.stellarcallcentres.com.au > > Please visit http://www.ipswitch.com/support/mailing-lists.html > to be removed from this list. > > An Archive of this list is available at: > http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ > Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
