Forum Discussion
nanukanu_263047
Nimbostratus
Nov 16, 2016URL Probe
Hi,
I want to use a Monitor Health using http/s;
Let's supose I want to probe to "/testmonitor.aspx" (or whatever html, php...), and expect recieve a 200 status, how can I realize this, or...
Stefan_Klotz
Cumulonimbus
Nov 17, 2016Or instead of doing a standard GET-request you can use a HEAD-request, which returns just the header of the response. So the receive string must be part of the header.
HEAD /testmonitor.aspx HTTP/1.1\r\nHost: host.domain.com\r\nConnection: Close\r\n
Ciao Stefan 🙂
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