Link Search Menu Expand Document

GET과 POST의 차이

GET : 쿼리스트링 형태로 요청. @RequestBody와 함께 사용할 수 없음.

POST : 메시지를 HTTP Body에 담아서 요청

참고

[GET과 POST의 차이기록하기 (hongsii.github.io)](https://hongsii.github.io/2017/08/02/what-is-the-difference-get-and-post/)