We have a server which runs on Tomcat and IIS. We did upgrade IIS to use HSTS adding the following parameters
Strict-Transport-Security: max-age=*; includeSubdomais: preload
Question: Do we have to add any parameters to Tomcat file in order to resolve the POAM? If yes, what parameters needs to be added to the tomcat web.xml file?
Added parameters on ISS, POAM keeps getting REJECTED