For security concerns, you may want to enable the HTTP security header for the port 8080 in Tomcat for Strategy Web Server.
- Direct to the Tomcat folder.
- Open the web.xml file in the conf folder. For example: C:\Tomcat\conf\web.xml.
- Uncomment and modify the httpHeaderSecurity filter:
Before