curl 命令 从文件读取参数


-d @filename 从文件读入内容
-d @- 从stdin读入内容

 

-x localhost:8888   加上fiddler代理

 

一个sample

curl -K api.conf -d @body.json

-----------------------------------

-X POST
-H "accept: */*"
-H "Content-Type: application/json"
-x localhost:8888
-H "xxxxx: xxx"
-H "xxxxxx: xxxxx"
-H "xxxxxxxx: xxxx"
url = "http://localhostxxxxxxx"

----------------------------------


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM