Dhaval Shah created RANGER-4993: ----------------------------------- Summary: Ranger KMS - Missing HSTS Headers for 404 Not found requests port 9494 Key: RANGER-4993 URL: https://issues.apache.org/jira/browse/RANGER-4993 Project: Ranger Issue Type: Improvement Components: kms, Ranger Reporter: Dhaval Shah Assignee: Dhaval Shah
Hi, HSTS header is missing for 404 Not found requests . E.G. {code:java} curl -ivk -u keyadmin:Admin123 https://<fqdn>:9494/ OR curl -ivk --negotiate -u : https://<fqdn>:9494 < HTTP/1.1 404 Not Found HTTP/1.1 404 Not Found < Content-Type: text/html;charset=utf-8 Content-Type: text/html;charset=utf-8 < Content-Language: en Content-Language: en < Content-Length: 682 Content-Length: 682 < Date: Mon, 26 Aug 2024 13:12:21 GMT Date: Mon, 26 Aug 2024 13:12:21 GMT < Server: Apache Ranger Server: Apache Ranger {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)