Answer the question
In order to leave comments, you need to log in
Why is a post request not being sent to guzzle 6?
You need to send a post request from the Laravel application to a separate url. So that the receiving side receives it in $_POST['inputData']
I do this ($data is a json string):
$client = new Client();
$request = $client->post($url, NULL, ['insertData' => $data]);
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