Closed mrdvt92 closed 3 days ago
Exposing the software version using the Server
header is commonly seen as a bad idea in the security community and general recommendation is not to expose it:
https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Headers_Cheat_Sheet.html#server
Can you add the staticmap version to either the HTTP header or the 404 root page?
Apache supports this server string in the HTTP header.
Your web server could do something similar like this.
Which should return something like this
Current 0.6.3 behavior