사용자 도구

사이트 도구


http

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
다음 판 양쪽 다음 판
http [2012/06/19 11:37]
kwon37xi 새로 만듦
http [2016/03/26 14:42]
kwon37xi [HTTP]
줄 1: 줄 1:
 ====== HTTP ====== ====== HTTP ======
 +  * [[http:cors|CORS]]
 +  * [[http://httpbin.org/|httpbin]] HTTP 관련 요청/응답을 테스트할 수 있는 사이트
 +====== RestClient ======
 +  * [[https://github.com/wiztools/rest-client|Rest Client]] HTTP REST방식 요청/응답 테스트 클라이언트
 +  * [[https://addons.mozilla.org/en-US/firefox/addon/restclient/|RESTClient, a debugger for RESTful web services]] : Firefox Addon RESTClient
  
-  * [[http://code.google.com/p/rest-client/|Rest Client]] HTTP REST방식 요청/응답 테스트 클라이언트+===== POST ===== 
 +  * POST로 Form을 전송하고자할 때는 ''Content-Type''을 ''application/x-www-form-urlencoded''로 지정해준다. 
 + 
 +===== Tools ===== 
 +  * [[http://www.infoq.com/presentations/clj-mook|CLJ-Mook]] HTTP Testing tool 
 + 
 +===== HTTPS ===== 
 +  * [[http://blog.outsider.ne.kr/1149|HTTPS로 보안 강화하기 :: Outsider's Dev Story]]
  
http.txt · 마지막으로 수정됨: 2021/02/02 12:17 저자 kwon37xi