问题 I have started writing a small API in Lumen. When I send a request with Postman to my local project on XAMPP, I always get the correct response and all request body data is set. But now that I'm trying to make a request to my project on live hosting, the request body is always completely empty. I'm therefore assuming something in PHP hosting settings is not set correctly, but can't figure out what. Any tips on what to check / look out for would be appreciated. No error is reported on live