使用 get vars 下载链接

发布于 2024-09-24 16:14:16 字数 689 浏览 2 评论 0原文

如何下载此链接上的页面

http://www.kayak.com/s/search/air?ai=kayaksample&do=y&ft=ow&ns=n&cb=e&pa=1& l1=ZAG&t1=a&df=dmy&d1=4/10/2010&depart_flex=exact&r1=y&l2=LON&t2=a&d2=11/10/2010&return_flex&r2=y< /a>

一段时间后,链接更改为短版本(例如 www.kayak.com/r/OcJdUd>)...

我尝试使用 fopen 命令和 Curl lib 下载页面,但什么也没有。

那么有什么解决办法吗?

谢谢!

How can I download page on this link

http://www.kayak.com/s/search/air?ai=kayaksample&do=y&ft=ow&ns=n&cb=e&pa=1&l1=ZAG&t1=a&df=dmy&d1=4/10/2010&depart_flex=exact&r1=y&l2=LON&t2=a&d2=11/10/2010&return_flex&r2=y

Link changes to short version (for example www.kayak.com/r/OcJdUd>) after some time ...

I tried to download page with fopen command and Curl lib but nothing.

So is there any solution ?

Thanks!

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

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

发布评论

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

评论(1

月棠 2024-10-01 16:14:16

站点返回 Http 状态 302 - 暂时移动,因此您应该遵循重定向。请参阅 http://php.net/manual/en/function.curl-setopt .php 用于 CURLOPT_FOLLOWLOCATIONCURLOPT_MAXREDIRS

Site returns Http status 302 - moved temporarily, so you should follow redirections. See http://php.net/manual/en/function.curl-setopt.php for CURLOPT_FOLLOWLOCATION and CURLOPT_MAXREDIRS

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