Forum Discussion
HTTP Monitor with authentication
What authentication method is supported on the web server you are trying to monitor?
Basic Authentication and NTLM/NTLMv2 are supported methods under the HTTP and HTTPS Monitors.
For NTLM to work the web server needs to respond with a 401 response status with a WWW-Authenticate header set to NTLM when it tries to authenticate with Basic Authentication, which it will do first.
- MathewMay 22, 2019
Cirrus
Basic Authentication only
- HamishMay 22, 2019
Cirrocumulus
Then it's likely that you forgot to tell the monitor what constitutes a valid response. Otherwise it takes the fact that the login failed to be evidence that the site is up.
- MathewMay 22, 2019
Cirrus
is there any command to verify its actually trying to authenticate.
- Andy_McGrathMay 22, 2019
Cumulonimbus
Curl is the best why to test, run one of the following from Bash:
curl http://name:passwd@1.1.1.1/full/path/to/file -H "Host: host.domain.com"
or
curl -u name:passwd http://1.1.1.1/full/path/to/file -H "Host: host.domain.com"
Alternatively you can do a tcpdump and capture the actual requests and responses from the F5 monitor traffic.
Recent Discussions
Related Content
* 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