Hi all!
How to disguise the domino http server in details?
or where to read about how?
it is mentioned on this page: IBM Developer
… "Disguise the Domino HTTP server:
For security reasons, it may be helpful to disguise the specific type of server that is hosting our Web applications. If a user knows that a Domino server is serving an application, that user can try to craft attacks to exploit vulnerabilities specific to that type of server. Redirection rules can be used so that users do not see that an application has an .nsf extension, and HTTP response header rules can be used to override the Server response header."
possible:
redirection rule:
incoming:“/*.nsf”
redirect: “/*.aaa”
but what parameters for “HTTP response headers” rule?
some sample?
Thanks for any information.