随笔分类 -  libcurl

libcurl进行https的post参数
摘要:libcurl开发库可以在官网下载:http://curl.haxx.se/download.html用libcurl进行开发,想实现与https的站点的交互,向https://url.cn/APIList ,发送post值: key1=value1&key2=value2;主要用到的函数是:CUR... 阅读全文

posted @ 2017-10-12 21:27 zhuxian2009 阅读(509) 评论(0) 推荐(0)

windows编译openssl
摘要:libcurl在https请求时,需要用到ca证书,ca证书需要用到openssl生成,openssl没有找到直接用的,官网只有源代码......编译虽然简单,但是时间久了还是会忘记,此次记下。首先需要找到必要的工具:1.openssl源代码:http://www.openssl.org/sourc... 阅读全文

posted @ 2017-10-12 21:27 zhuxian2009 阅读(145) 评论(0) 推荐(0)

导航