Im working on universal link to open the application while tap the url. I am using https server and done all the steps from apple (Apple Doc). But the apple universal link v
I just solved this issue myself. I had to logon to my server and go to the directory where the apple-app-site-association file was. In this directory, I had a .htaccess file which I modified to include the following lines:
ForceType 'application/json'
After doing this, the validation service stopped complaining about the Content-Type.
NOTES:
.htaccess file, you can just create one..htaccess file should be in the root of your site directory (which is where you would most likely have placed your apple-app-site-association file.