typicode / fetchival

Easy window.fetch requests
MIT License
522 stars 33 forks source link

Works fetchival with php $_POST? #32

Closed pwFoo closed 6 years ago

pwFoo commented 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.

Is it possible to send a post request with fetchival and $_POST will be populated by php?

pwFoo commented 6 years ago

It's dependent on body values / format. Works as FormData