API says cannot GET X even thought i'm trying to do a POST
I have this nodejs express api to do some searchs, when trying to do a test request on postman it says cannot GET
but if i try on a random api tester website it works, also where im trying to integrate it also says cannot GET :/
Solution:Jump to solution
Fixed, i was missing the S in HTTPS in the url, but on the other website worked lmao
3 Replies