You can send a 1.1 header simply by using the appropriate HTTP syntax. Note the SEND line quoted below. It's actually breaks down into 3 separate HTTP headers. It could have been two headers or could have been four or more... whatever gets the job done.
As for the second part of the question.. feeding external parameters (such as a hostname) into a script. No, that cannot be done at present, but it's a logged feature request. Mark Symons Ipswitch, Inc Augusta GA -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael Lantzen Sent: Wednesday, March 26, 2003 14:02 To: [EMAIL PROTECTED] Subject: AW: [WhatsUp Forum] HTML Content Scan Hi Mark, can i send a 1.1 header too and would it be possible to provide the host for the host header via a parameter? Bye Michael -----Urspr�ngliche Nachricht----- Von: Mark Symons [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 26. M�rz 2003 19:48 An: [EMAIL PROTECTED] Betreff: RE: [WhatsUp Forum] HTML Content Scan > Sorry to crash the thread but, > Why does 8.0 read HTTP/1.0 WhatsUp_Gold/7.0 in the IIS logs?? This comes from the definition in services.ini - a definition that is not updated on upgrade to v8.0 (because we do not know what else you might have done). So take the line that contains: Send=HEAD / HTTP/1.0\r\nAccept: */*\r\nUser-Agent: WhatsUp_Gold/7.0\r\n\r\n ..and change it to: Send=HEAD / HTTP/1.0\r\nAccept: */*\r\nUser-Agent: WhatsUp_Gold/8.0\r\n\r\n Mark Symons Ipswitch, Inc Augusta GA 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/ 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/
