polaru opened a new issue, #10517: URL: https://github.com/apache/apisix/issues/10517
### Description As a user, I want to specify an "expected string" parameter in the definition of an http health check, so that APISIX can tell when a webserver is not interpreting the programming language correctly and instead serves the files in plain-text. For example, if the expected string is `pass` and I generate it with something like `echo 'p', 'a', 's', 's';`, the health check will disable the machine when the php code is not interpreted. Yes, it might take down all the nodes, but that's preferable to the other scenario, where the underlying code is displayed on the webpage. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
