Add additional header field
How to add additional response header field? For example the request looks like this:
http://example.com/content/dam/examples/ex.pdf?
I want to add: Content-Disposition: attachment It will force a browser to download file, not showing a file in a browser
Thanks