I've set HSTS in a common .htaccess which is being used by multiple sites.
Header set Strict-Transport-Security "max-age=31536000" env=HTTPS
But when a site has already set HSTS header from the virtual host configuration, then there happens to be two HSTS header added to the response.
So before I set HSTS on .htaccess, how do I check if an HSTS header is already present?