Laravel API The POST method is not supported for this route1 Laravel API The POST method is not supported for this route Laravel API The POST method is not supported for this route API 를 작업하고 Postman으로 전송해보니 The POST method is not supported for this route 에러가 발생한다. 확인해보니 validation 에러에 걸렸는데 validation 메시지 노출이 안됬다. Postman에서 리턴되는 Body를 자동으로 파싱하는데 Accept 되지 않은 값으로 리턴되서 Laravel Get 페이지에 Post로 넘어갔지 않았을까 추측해본다. 해결방법은 Header에 Accept: application/json 추가해 준다. 2022. 12. 21. 이전 1 다음