gpt4 book ai didi

php - 在发送之前预览 CURL 请求

转载 作者:可可西里 更新时间:2023-11-01 12:54:46 30 4
gpt4 key购买 nike

我在 PHP 中通过 CURL 发送 XML SOAP 请求。

有没有办法在发送之前查看(print_r/var_dump)包括 header 在内的整个请求?

最佳答案

参见 CURLOPT_VERBOSE。但在请求完成之前,我认为您无法从中得到任何东西。

curl_setopt($curl, CURLOPT_VERBOSE, true);

参见 PHP manual page for curl_setopt()对于选项。

关于php - 在发送之前预览 CURL 请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5327550/

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