I am hosting a simple html file on localhost, I want to force google chrome browser to download file instead of opening it. For the same I've used download attribute in anchor tag, but it is not supported yet.
Is there any setting in Apache Tomcat 8 for adding some thing in HTTP response header for that particular file.
<div><a href="mpo.mpo" download>Image mpo file type</a></div>