[Laravel] API Post & Delete methods don't work
a7c0ce23-6ecb-418f-a849-b0b7613e09a0
I've built a simple API on Laravel and deployed it on Railway. On localhost it works like a bliss, but for some reason when I am sending the same requests by Postman on my POST, DELETE (and probably PUT as well) endpoints on the Railway - it doesn't execute them! It acts as if I used GET method instead.
What might be the problem?
4 Replies
Project ID:
a7c0ce23-6ecb-418f-a849-b0b7613e09a0
make sure you are using https
Thank you! It helped!
awsome, glad it helped