tomcat - Set HTTP response headers vs Server Configuration -
i'm aware of using http response headers can force additional security measures on java web applications. example have used
resp.setheader( "x-frame-options", "sameorigin" ); resp.setheader("strict-transport-security", "max-age=16070400; includesubdomains;")
but still penetration test done third party(symantec) shows same issues. wondering whether have configure in application server(tomcat 6 , jboss 5 , 6) well.
ref : https://www.whitehatsec.com/blog/http-strict-transport-security/
Comments
Post a Comment