Apache Webserver is configured to display status (mod_status), but it is also configured to login to access status page.
it looks like Webserver module does not take this case in account, is there any way to configure this ?
Release : 20.2
Component : APM Power Packs
It is possible to add sending of http headers to the monitoring configuration.
By doing this, it is possible to pass a credential to allow access:
<WebServer Type="Apache" Enabled="true" ServerURL="https://wily-apache
<HttpHeaders>
<HttpHeader name="Authorization" value= "Basic base64encodedData"/>
</HttpHeaders>
</Webserver>