Php versions – How do I get fetch() to POST data the same way as jQuery does?
I'm trying to remove jQuery from some code. I only use it for POST operations so I want to drop it and use fetch() instead. But I can't get fetch() to work using the same data. The php file is…