본문 바로가기

Develop/HTML & JavaScript & CSS

HTTP Method 및 GET VS POST 차이점

HTTP Method 및 GET VS POST 차이점에 대해 정리된 좋은글이 있어서 공유합니다.
https://im-developer.tistory.com/166
https://mangkyu.tistory.com/17

 

GET
[HTML] a href
[Javascript] location.href

 

POST
[HTML] submit(method="POST")
[Javascript, jQuery] ajax(type: 'POST')