gpt4 book ai didi

php - curl 给出错误 curl : (7) couldn't connect to host

转载 作者:行者123 更新时间:2023-12-02 05:07:06 25 4
gpt4 key购买 nike

我试图使用 exec() 函数从 php 执行curl 命令,但它给了我这个错误

curl: (7) couldn't connect to host

这是我的代码:

$command = "curl http://localhost:6821/schedule.json 
-d project=default -d search=".$_POST["search_type"]."
-d url='".$url_info["url"]."' -d domain='".$domain."' -d
city='".$url_info["city"]."' -d state='".$url_info["state"]."' 2>&1";

$return = exec($command);
echo $return;

我是curl初学者。我搜索发现有一个php库可以执行curl命令功能,但我不知道如何使用curl库将此命令行传输到php代码。

最佳答案

这可能是您的问题。由于curl设置为端口6821,因此可能被阻止。对端口 80 的相同请求是否有效?查看其他线程。

How to resolve cURL Error (7): couldn't connect to host?

关于php - curl 给出错误 curl : (7) couldn't connect to host,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35677100/

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