Answer the question
In order to leave comments, you need to log in
HTTP response code said error how to deal?
Hello everyone, tell me what the problem is, I'm trying to make a callback api vk on laravel, I did it but I can't send a response, I do it like this:
$data = json_decode(file_get_contents('php://input'));
$httpClient = new \GuzzleHttp\Client();
$url = 'php://input';
$res = $httpClient->request('GET', $url);
$data = json_decode ($res->getBody(), true);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question