curl을 이용한 POST 전송

조회 13,892 · 댓글 1
나크나로작성자2018년 1월 25일
curl -X POST -d "myKey=myValue" http://127.0.0.1/post.jsp
고구마엔사이다2019년 8월 28일
curl -X POST -H "Content-Type: application/json" -d "{\"userId\": 1, \"date\": \"2019-08-28\", \"hours\": 6}" http://192.168.1.55:8080/time

로그인 후 답글을 남길 수 있습니다.