Hello, We have an apple-app-site-association file located in
/.well-known/apple-app-site-association which is being downloaded when
requested thru a browser. We would like the file to be displayed as json
output instead. Examining the headers shows the following:
Content-Disposition: attachment;
filename="apple-app-site-association"Content-Type:
application/octet-stream I assume that the Content-Type needs to be
application/json or something other than octed-stream to prevent the
file from downl...