https
Johnston_man
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
构造post请求的几种方式
构造post请求的几种方式分别为以下情景: 1. 使用file_get_contents()构造post请求 $postData = [ 'content' => '1231445', ]; $postData = http_build_query($postData); $opts = [ 'http' => [ 'method' => 'POST', 'header' => "Host:localhost\r\n" . .原创 2020-06-06 18:50:29 · 3427 阅读 · 0 评论 -
CentOS Nginx搭建https测试环境
1.查看是否已经安装 ssl 组件 [root@localhost wwwlogs]# cd /usr/local/nginx/sbin/ [root@localhost sbin]# ./nginx -V nginx version: nginx/1.0.15 built by gcc 4.1.2 20080704 (Red Hat 4.1.2-52) TLS SNI suppor原创 2017-11-15 17:04:29 · 643 阅读 · 0 评论
分享