Good Morning alTeRegGo!
Thank you for your reply.
According to this feature request
Recently more application services are beginning to support web services for monitoring application health and performance.
it is correct, such support would be very helpful.
But it also seems like a minor change, no? Because if you work with the HTTPS Monitor and you are looking for a - lets say - bool value, you could already use it.
<myValue>0</myValue> or<myValue>1</myValue>
For those case, you might use the parsing. Found = OK / failed to find = NOK.
The real pity is that you there is no placeholder like <OpenSession>%s</OpenSession> for <OpenSession>12345</OpenSession> where you could work with operators like >, <, =, etc.
However, back to my origin request, I managed now to change the output, instead of a XML structure I do now have a simple string on awebsite.
Example: www.foobar.cc/sub/dir/?myKey=abc&myValue=yxz
Output; 12345
Is there a way to work with this value?
Cheers,
-FRA