curl 发送get,post请求

Posted qiyc

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了curl 发送get,post请求相关的知识,希望对你有一定的参考价值。

 

1.发送post请求,可以是json,html

curl -H ‘content-type: application/json‘ -X POST -d ‘{"name":"shfbjsf"}‘  http://www.jnshu.com/aaa

2.get 请求

curl   https://way.jd.com/he/freeweather?city=handan&appkey=8010132dcf54491a4eaa387f4db61774

以上是关于curl 发送get,post请求的主要内容,如果未能解决你的问题,请参考以下文章

curl 模拟 http发送get/post请求

curl 发送get,post请求

curl 发送get post请求

转:PHP中的使用curl发送请求(GET请求和POST请求)

php CURL 发送get,post请求

curl发送get和post请求