Answers for "axios post request not sending data"

PHP
0

axios post not sending data php

$_POST = json_decode(file_get_contents("php://input"),true);
echo $_POST['data1'];
Posted by: Guest on April-04-2021

Code answers related to "axios post request not sending data"

Browse Popular Code Answers by Language