promise POST request empty - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: promise POST request empty (/showthread.php?tid=87754) |
promise POST request empty - 68thorby68 - 05-29-2023 Hi, I'm having problems getting the body content of my promise post using CI4. No matter how I configure the await fetch() call, file_get_contenys('php://input) is empty. Any help with this would be greatly appreciated? My route PHP Code: $routes->post('s_pay_form', 'Signup\Payments'); Code: <script> PHP Code: <?php namespace App\Controllers\Signup; Result = "" RE: promise POST request empty - Mni.day - 05-29-2023 PHP Code: // it return string |