请求/.well-known/apple-app-site-association [英] Requests to /.well-known/apple-app-site-association

查看:3213
本文介绍了请求/.well-known/apple-app-site-association的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚检查了我的服务器日志,发现以下奇怪的请求进入了很多。我已经实现了iOS 9 Universal Linking,但据我所知,这些请求是针对/ apple-app-site-association运行的。

I just checked my server logs and found the following weird requests coming in quite a lot. I have iOS 9 Universal Linking implemented, but those requests are running against /apple-app-site-association as far as I know.

Jan 15 09:36:23 method=GET path="/.well-known/apple-app-site-association"

还有其他人看过这些模式吗?这是一些已知的垃圾邮件吗?

Has anyone else seen these patterns? Is this some known spamming or something?

推荐答案

我相信iOS 9.3在apple-app-site周围引入了略有不同的查找逻辑关联文件和应用程序切换功能。

i believe iOS 9.3 introduced slightly different lookup logic around the apple-app-site-association file and the app handoff feature.

切换首先在.well-known子目录中搜索文件(例如,https://example.com/.well-known/apple-app-site-association ),回到顶部 - 如果您不使用.well-known子目录,则为域名。

"Handoff first searches for the file in the .well-known subdirectory (for example, https://example.com/.well-known/apple-app-site-association), falling back to the top-level domain if you don’t use the .well-known subdirectory."

请参阅: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual /Handoff/AdoptingHandoff/AdoptingHandoff.html#//apple_ref/doc/uid/TP40014338-CH2-SW10

这篇关于请求/.well-known/apple-app-site-association的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆