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.
有谁知道 Mediafire 是否可以使用其 API 生成一次性下载直接链接?
我知道它可以生成直接链接和/或一次性下载链接,但它可以同时生成吗?
您无法生成一次性直接下载链接,因为一次性下载链接只是重定向到直接下载链接...
单击“下载”后,您会从 POST 请求中收到 302 HTTP 代码(重定向)...所以响应中有对 Location 标头的 GET 请求,即直接下载链接 :)