linux环境下测试get和post请求
get请求curl: curl url#示例curl www.baidu.compost请求curl-H header-X post 或get-d json数据示例:curl -H "Content-type: application/json" -X POST -d '{"usernameToken":{"username":&qu
·
get请求
curl: curl url
#示例
curl www.baidu.com
post请求
curl
-H header
-X post 或get
-d json数据
示例:
curl -H "Content-type: application/json" -X POST -d '{"usernameToken":{"username":"admin","password":"admin123"}}' url
更多推荐
已为社区贡献1条内容
所有评论(0)