Hi,
on ACE (Version 1) i can make HTTP Probes via GET or HEAD.
When i use a HEAD Request only the HTTP Code is checked.
When i use the GET Request the body is also retruned and i can search for a string in the body. Also there seems to be ha hash calculated.
Is it possible to disable the hash validation and ony to check for a string in the body?
This would be helpull on dynamic pages where only a specified string should be checked.
Sven