After doing a security scan we are seeing the following vulnerability "Strict-Transport-Security HTTP Header missing on port 8443."
DX NetOps VNA 23.x
The following are steps to enable Strict-Transport-Security HTTP Header.
/subsystem=undertow/configuration=filter/response-header=hsts-header:add(header-name="Strict-Transport-Security",header-value="max-age=31536000;")
/subsystem=undertow/server=default-server/host=default-host/filter-ref=hsts-header:add
Now check the the response and it will have Strict-Transport-Security HTTP Header.