requestの中身を見ると200になっているものの、postされていません(Microsoft Teams にIncoming webhookしたいのですが、送信されません)。書き方が悪いのだとは思うのですが、分からないので教えていただけると幸いです。
$text = '** foo'; $http = new Client(); $response = $http->post( TEAMS_URL, json_encode($text), ['type' => 'json'] ); var_damp($response); => object(Cake\Http\Client\Response)[223] protected 'code' => int 200 protected 'cookies' => null protected 'reasonPhrase' => string 'OK' (length=2) protected '_xml' => null protected '_json' => null
file_get_contentsを使った方法では正しくpostできていることを確認しています。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。