gpt4 book ai didi

php - 找出 curl 被重定向到哪里

转载 作者:可可西里 更新时间:2023-11-01 13:59:03 25 4
gpt4 key购买 nike

我正在使用 curl 让 php 向某处的某个网站发送 http 请求,并将 CURLOPT_FOLLOWLOCATION 设置为 1,以便它遵循重定向。那么,我如何才能找到它最终被重定向到哪里呢?

最佳答案

你可以这样做:

curl_getinfo($ch, CURLINFO_EFFECTIVE_URL); // returns the last effective URL

关于php - 找出 curl 被重定向到哪里,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1688143/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com