Disable akka-http version being returned

Hi,

we are querying our colllector endpoint with https://portswigger.net/burp .
We noticed that the akka-http version is being returned which can be a security risk according to our It security department. Is there quick way to disable this in the collector config?

Bildschirmfoto 2020-12-09 um 14.07.46

Hi @mgloel,

Yes, you can disable or overwrite it in akka section of your config HOCON: https://doc.akka.io/docs/akka-http/current/configuration.html

1 Like

You can just remove it by leaving server-header = akka-http/${akka.http.version} empty => server-header =

1 Like

Thanks a lot.I did not read to the end of the config.