Framework/Spring
TypeError: Failed to execute 'fetch' on 'Window' : Request with GET/HEAD method cannot have body.
잔망루피
2024. 4. 26. 10:56
Swagger에서 GET 메소드로 API를 실행시키니 이런 에러가 떴다.
TypeError: Failed to execute 'fetch' on 'Window' : Request with GET/HEAD method cannot have body.
포스트맨에서 호출하면 잘 된다.
이상한 점이 GET은 원래 body가 없다고 했는데 그럼 포스트맨이 이상한가?
GET에 body를 담아보낼 수도 있고, 안 될수도 있다고 함
POST로 바꿈
참고 👇👇👇
https://funveloper.tistory.com/157
반응형