php - Postman returns 404, while website returns 200 -


i have laravel sever serving api @ http://localhost:8000/api/v1_0/login.

this api when hit web page (a login form) works fine 200 ok status, when try hit same api postman, returns me 404. i'm sure headers , url spellings correct. bug? else reason?


Comments