The .htpasswd file contains the users and password information for the Apache server. Attackers can inlude .htpasswd file in http request and get the information, achieving local file inclusion attacks, resulting in information leak. This rule requires checking .htpasswd string in http request to prevent such attacks. This rule supports to defend the A3: Injection of OWASP Top 10 - 2021. Other reference:None