Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要跟踪我的软件作为其他网站上的链接可用。我想要那些未经我许可将我的软件作为可下载链接在他们的网站上可用的网站的信息。
请帮我找出一些好的相关文章或解决方案
启用 Web 服务器日志,并跟踪对您的软件包的所有请求的 Referer HTTP 标头。
当然,这只有助于跟踪直接链接到您网站的网站。没有简单的方法可以跟踪镜像您的软件包并允许用户从镜像下载它的网站。