【发布时间】:2018-10-08 15:03:55
【问题描述】:
$response=$client->request("POST",$url,[
"body"=>$soap,
"auth"=>["blabla","blabla"]
'headers' => [
'Content-Type' => 'text/xml; charset=UTF8',
],
]);
我的 php 代码,但我想设置身份验证类型,我该如何设置身份验证类型?
【问题讨论】:
标签: php authentication guzzle preemptive