카테고리 없음
Curl 명령어
wngnl-dev
2024. 5. 8. 10:52
curl -X POST -H "Content-Type: application/json" -d '{"id":"1234", "name": "wngnl"}' <URL>
User-Agent 보내기
curl -X GET -A safe-client --max-time 5 -w "\n%{http_code}\n" <URI>