【发布时间】:2017-04-27 19:08:47
【问题描述】:
当我从 drupal 8 站点发送以下代码时,出现上述错误:
$url="https://mywebsite.com/index.php";
$client = \Drupal::httpClient();
$client->setDefaultOption( array('verify' ,false));
$post_data = $form_state->cleanValues()->getValues();
$request = $client->post($url, $post_data);
【问题讨论】:
标签: guzzle