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
2023-10-15 16:56:22
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