get
curl -G http://www.xxxx.com/show?userId=111
post
curl -d "username=sunnyxd&password=12345" http://www.xxxx.com/show
https://*.com/questions/14978411/http-post-and-get-using-curl-in-linux
2024-01-04 11:41:46
get
curl -G http://www.xxxx.com/show?userId=111
post
curl -d "username=sunnyxd&password=12345" http://www.xxxx.com/show
https://*.com/questions/14978411/http-post-and-get-using-curl-in-linux