Apple Universal Links
D
Dev Voopa
I need to host the Apple Universal Links apple-app-site-association file at:
It must be served with:
Content-Type: application/json
No Content-Disposition: attachment
HTTP 200
No redirect
Currently Framer serves it as:
Content-Type: application/octet-stream
Content-Disposition: attachment
Apple iOS will not validate Universal Links with those headers.
Can Framer configure this file to be served as application/json without attachment disposition?
Log In