Readable URL with PHP API POST Request
I’m trying to build a simple API with readable URLs / Routing. I’ve added a basic router which could take care of routes, but POST requests do not get any data due to mod_rewrite.
I have the same .htaccess file as this app, https://phprouter.com/ and try to use a post method, but just empty array.
How to use a POST API with a readable URL?