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.
我正在尝试根据Scott Mitchell 的示例在页面上实现范围请求功能。我遇到的问题是,无论我如何中断下载,我使用的浏览器(IE9 和 Firefox 11)似乎都不会发出 If-Range 请求。有什么建议么?
在 Firefox 中,只需在下载管理器中暂停和恢复下载,就会发出带有If-Match和Range标头的请求。