Answerstry {
$url = 'https://httpbin.org/post1'; // hasErrors
// $url = 'https://httpbin.org1/post'; // ConnectionErrorException
$msg = 'qwe';
$req = \Httpful\Request::post($url)
->addHeaders([
'Content-Type' => 'application/x-www-form-urlencoded',
...
Showing posts with label httpful. Show all posts
Showing posts with label httpful. Show all posts