Apple App Site Association 在 Postman 中工作但不为在线验证器工作
Apple App Site Association working in Postman but not for online validators
我通过 https://xxxxxx/ 为 apple-app-site-association
服务。well-known/apple-app-site-association
如果您在浏览器或 Postman 中打开 link,您将获得该文件。
如果我使用外部验证器,例如:
https://branch.io/resources/aasa-validator/ 或
https://limitless-sierra-4673.herokuapp.com/
没用。
之前我通过 NGINX 提供了完全相同的文件并且验证是成功。
(目前我使用 .Net Core 应用程序提供此文件,中间是 NGINX 作为反向代理)
问题是,我没有在 webserver/hosting 中提供中间证书。如果我从 LetsEncrypt 提供 fullchain.pem 它正在工作。
我通过 https://xxxxxx/ 为 apple-app-site-association
服务。well-known/apple-app-site-association
如果您在浏览器或 Postman 中打开 link,您将获得该文件。 如果我使用外部验证器,例如: https://branch.io/resources/aasa-validator/ 或 https://limitless-sierra-4673.herokuapp.com/ 没用。
之前我通过 NGINX 提供了完全相同的文件并且验证是成功。 (目前我使用 .Net Core 应用程序提供此文件,中间是 NGINX 作为反向代理)
问题是,我没有在 webserver/hosting 中提供中间证书。如果我从 LetsEncrypt 提供 fullchain.pem 它正在工作。