Forum Discussion
Srinivasan_G_31
Nimbostratus
Dec 01, 2014Http Health monitor
Friends - i have an issue with a http pool where the standard/default http health monitor that comes with the system (GET /\r\n in the Get string and a blank space in the receive) doesn't seem to be ...
SeanW_82915
Nimbostratus
Dec 01, 2014The default does a HTTP 0.9 request that some web servers don't respond to. What you may want is something like:
GET / HTTP/1.1\r\nHost: example.com\r\nConnection: Close\r\n\r\n
One other thing to keep in mind is that a web server with multiple virtual hosts on the same IP needs a distinctive
Host header, so you may need to change the example.com above to the name of your website.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