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 http. Show all posts
Showing posts with label http. Show all posts
17 May, 2022
06 January, 2021
How to redirect http to https in php
Programing Coderfunda
January 06, 2021
.htaccess, http, https
No comments
How to redirect http to https in php
Programing Coderfunda
January 06, 2021
.htaccess, http, https
No comments