Forum Discussion
Gajji
Cirrostratus
May 18, 2021How to create standard Custom http monitor
How to create standard Custom http monitor What should be the Send/Receive String should be given by application ?
Mayur_Sutare
MVP
May 20, 2021,
You can try below send string and test.
GET /path HTTP/1.1\r\nHost: host\r\nConnection: Close\r\n\r\nHere in place of path and host, you need to put your actual application path and IP address of the backend server as given below. Under receive string mention simply 200.
GET /xyz HTTP/1.1\r\nHost: 10.10.10.10\r\nConnection: Close\r\n\r\nHere, 10.10.10.10 is considered as backend server IP and /xyz is the application path.
Also before configuring this, make sure the application path is reachable from F5. You can test it using CURL command. If it is reachable, above custom send string should work as expected.
Hope it helps!
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