curl模拟post请求

Posted aj407blogs

tags:

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

curl -d "begin_time=2018-10-10 10:31:53&end_time=2018-10-13 10:31:53&worker_no=admin"  "http://localhost/xx/phc/xx/xx"

在黑窗口也就是(DOS)命令提示符窗口里面输入以上命令 

-d "begin_time=2018-10-10 10:31:53&end_time=2018-10-13 10:31:53&worker_no=admin" 表示post要传递的参数
"http://localhost/xx/phc/xx/xx"标识提交到上面地址

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

curl模拟post发送没反应

php curl模拟post请求的例子

cURL和file_get_contents实现模拟post请求

curl 模拟GET/POST请求

curl 模拟GET/POST请求

curl模拟post请求提交