Forum Discussion
Greg__33907
Nimbostratus
Oct 15, 2008HTTPS monitor on a specific port
Hey guys,
I've had a read through the forums but havent found anything that can help.
I am using an LTM running v4.6.4
I am trying to monitor a node using ...
dennypayne
Employee
Nov 10, 2008A lot of applications require a properly-formatted HTTP 1.1 request for the monitor to work. Your browser is supplying that by default, along with host headers, etc.
So try modifying the GET string to:
GET /portal/page/status HTTP/1.1\n\nHost:www.hostname.com\n\n
The \n's are carriage returns and you would need to use your actual application name in the host header.
This is more in line with what your browser is supplying with the request (you can observe this with a tool such as HTTPWatch or Fiddler for IE, or Live HTTP Headers with Firefox).
Denny
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects