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

 

GET 메소드 요청시 body 를 보낼 수 있을까?

안녕하세요. 루루개발자 입니다. 이번에는 GET 메소드로 요청을 보낼 때, body 를 같이 보내는 것이 가능한지 알아보고자 합니다. GET 메소드에 대한 정리글 https://prinha.tistory.com/entry/HTMLWEB-HTTP-Method-

funveloper.tistory.com

 

반응형