post
发送带认证的post请求
curl -H “Content - type: application/json” --user name:password -X POST -d ‘’ “http://11.1.1.1:1111/aaa”
curl命令详解
最新推荐文章于 2024-06-07 09:40:13 发布
post
发送带认证的post请求
curl -H “Content - type: application/json” --user name:password -X POST -d ‘’ “http://11.1.1.1:1111/aaa”