Forum Discussion
ChetanAr_315803
Cirrus
Jun 09, 2017Monitor receive string needs to read from send string
I've a requirement for health monitoring where receive string has a dependency send string as below:
send string: healthcheck?pretty=true/false
receive string: true if pretty=true in send s...
P_K
Altostratus
Jun 09, 2017Chetan-
You do not have to send both strings to the server.. I still dont understand why you want to send both true & false strings.
If your expected Receive String is "True", you can use just true in that context and anything else will be marked down.If you by chance have access to command line, run the below command from your F5 and post the result which might help us to help you better.
(echo -ne "Send String"; cat) | nc 'serverIP' 'ServerPort'
or
curl -vk http://ServerIP:ServerPort/healthcheck?pretty=true/falseHelp guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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