gpt4 book ai didi

php - HTTP POST 请求通过 PROXY php

转载 作者:可可西里 更新时间:2023-11-01 16:34:57 25 4
gpt4 key购买 nike

我想在 PHP 上使用 CURL 通过代理通过 Http Post 发送数据我曾尝试这样做但没有结果!请任何帮助!

最佳答案

使用cURL通常,但在你使用 this function 之前设置您的代理配置:

curl_setopt — Set an option for a cURL transfer

bool curl_setopt ( resource $ch , int $option , mixed $value )

使用以下选项来控制您的 curl 命令的代理:

CURLOPT_HTTPPROXYTUNNEL - TRUE to tunnel through a given HTTP proxy.

CURLOPT_PROXY - The HTTP proxy to tunnel requests through.

还有各种其他的 CURLOPT_* 可以让你做一些事情,比如为你的代理设置身份验证,指定不同的端口等......

关于php - HTTP POST 请求通过 PROXY php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7342586/

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