curl POST 请求命令

利用curl进行简单的HTTP POST请求

curl -d "appId=hello&version=1.0" -k "http://192.168.0.1:8899"

-d 表示请求参数 &分隔

-k表示忽略认证

你可能感兴趣的:(command)