Hello,
Everything is in the title, i’m running UD using cmdlines and i was requested to remove the Response Server Header as common security best practice.
Do somebody know how to do that by any chance with UD ?
Zeb
If you are running in IIS, you can add this to the web.config.
<security>
<requestFiltering removeServerHeader ="true" />
</security>