在网络层区分文件下载和网页请求

发布于 2024-11-28 16:23:57 字数 1459 浏览 2 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

仄言 2024-12-05 16:23:58

您可以使用Wireshark来分析网络流量,并可以应用协议过滤器 按协议查看流量。

但是,如果数据是文件或页面,协议过滤器不会过滤(正如 Seth 提到的,它们是同一件事)

You can use Wireshark to analyse network traffic, and can apply protocol filters to view traffic by protocols.

However, protocol filters would not filter if data is a file or a page (as Seth mentioned they are the same thing)

信愁 2024-12-05 16:23:57

假设“文件下载”是 HTTP 文件下载,而不是 SMB 或 FTP 文件下载(这个问题太简单了):文件下载的 HTTP 响应可能包含 content-disposition 标头。

Assuming the 'file download' is a HTTP file download, not a SMB or FTP one (that is too easy of a question): the HTTP response of a file download may contain a content-disposition header.

此生挚爱伱 2024-12-05 16:23:57

没有什么区别,因为它们是完全相同的东西。

There's no difference because they are exactly the same thing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文