Closed pwFoo closed 6 years ago
I tested fetch with a php application and it doesn't work with $_POST and I need to get the data with php://input and loose CMF features.
php://input
Is it possible to send a post request with fetchival and $_POST will be populated by php?
It's dependent on body values / format. Works as FormData
I tested fetch with a php application and it doesn't work with $_POST and I need to get the data with
php://input
and loose CMF features.Is it possible to send a post request with fetchival and $_POST will be populated by php?