-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: http用head请求 有些服务器不会下响应,导致无法触发测速 #819
Comments
目前该地址get也无法访问,请提供可用地址,尽量使用文本格式,最后一张图片根本看不清是什么内容。 |
感谢回复。 http://[2409:8087:7008:20::8]:80/dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226231/index.m3u8 |
能否提供一个ipv4的地址? |
http://223.105.252.60/PLTV/4/224/3221228581/index.m3u8?servicetype=1 |
这些地址似乎都失效了。 |
那这些需要的信息 能否通过get请求获取到呢? |
head可以获取完整的请求头信息,而get有可能会缺失部分关键的信息,导致无法测速,例如Location,部分接口真正需要测速的是重定向后的地址,而非首个地址。 |
我觉得这部分无法使用head请求返回信息的,只是占极小部分,不太影响结果生成。一旦改成get会导致很多正常的接口无法进行后续流程。 |
Don't skip these steps | 不要跳过这些步骤
Occurrence environment | 触发环境
Bug description | 具体描述
经过调试发现 如下图这类服务器,如果直接用head请求,会返回400.但是直接用get 是可以正常返回的。
head请求无法通过check_m3u8_valid,导致测速时,只测速了主链接,后面的ts没有测速到
Error log | 报错日志
The text was updated successfully, but these errors were encountered: