Forum Discussion
adrian_171483
Cirrus
11 years agohttp monitor failed
Trying to go from Cisco ACE to F5.. cannot get this monitor to work on the F5 ..
A simple soultion would be wonderful.. I think the server responds with some kind of rediect 303.
The C...
- 11 years ago
If you use HTTP/1.1, the Host: header is required. You can try a simple GET request without an HTTP version and so on, but some web servers won't like it. My recomendation would be to include HTTP version, include the Host header, and also send a connection close.
Send: GET /asad/adaasdfas/!asdfasd?pyActivity=Code-Security.EndSession&pzAuth=guest HTTP/1.1\r\nHost: hostname\r\nConnection: close\r\n\r\nIf you want to match anything between 200 and 399 as a response, you will need to use a regular expression in the receive string. My recommendation would be to use a request that produces a consistent result so you don't have to guess.
Receive: [23][0-9][0-9]
gsharri
Altostratus
11 years agoHere are some useful AskF5.com articles:
https://support.f5.com/kb/en-us/solutions/public/2000/100/sol2167.html
https://support.f5.com/kb/en-us/solutions/public/1000/000/sol1033.html
https://support.f5.com/kb/en-us/solutions/public/3000/400/sol3451.html
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