• httpclient绕过证书验证进行HTTPS请求

    http请求是我们常用的一种web应用的应用层协议,但是由于它的不安全性,现在正在逐渐向https协议过渡。https协议是在http的基础上进行了隧道加密,加密方式有SSL和TLS两种。当server用https协议进行数据交换后,client请求server时会对server的证书进行校验,如果serve...

    2019-04-25 06:54:22 HTTPS协议https请求IE

  • 如何吃鸡到国服前十的?Python分析几十万场比赛数据,揭开谜底!

    upm9冲锋枪我的最爱 朋友爱上一款手游:全军出击,常常和我开黑,午休都没睡觉,陪朋友在沙漠里奔波, 然而技术一直没什么上升。 所以我准备用Python来爬取每场的比赛的数据,来分析出牛逼与菜逼之间到底是存在着什么问题。用数据来说话,任何逻辑都是无用的,任何场合...

    2018-07-12 07:43:16 https请求

  • ValidatorException-异常

    Java在发送Https请求的时候,不可避免的会发生SSL证书认证失败 错误信息: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to reques...

    2018-06-27 09:47:04 ssl证书ssl认证ssl证书认证https请求

  • 前端MVC Vue2学习总结(六)——axios与跨域HTTP请求、Lodash工

    一、axios Vue更新到2.0之后宣告不再对vue-resource更新,推荐使用axios,axios是一个用于客户端与服务器通信的组件,axios 是一个基于Promise 用于浏览器和 nodejs 的 HTTP 客户端javaScript工具。通俗来说可以实现客户端请求服务器端提供的服务获得数据。 源码与帮助...

    2018-06-24 01:12:07 https请求前端开发前端开发者

  • 利用window.performance.timing进行性能分析

    性能分析。。。 window.performance.timing中相关属性语义: // .navigationStart 准备加载页面的起始时间 // .unloadEventStart 如果前一个文档和当前文档同源,返回前一个文档开始unload的时间 // .unloadEventEnd 如果前一个文档和当前文档同源,返回前一个文档开始un...

    2018-06-24 01:05:11 dns查询https请求

  • 如何在小程序中调用本地接口

    背景: 随着微信小程序开始公测,我司也拿到了AppID,所以开始了微信小程序的趟坑之旅。 由于现在网上已经有很多的《微信小程序从精通到入门》的教程了,所以就不再重复那些,只是讲一下,在开发的过程中,如何使用本地(开发环境)的接口。 因为小程序的开发文档中写...

    2018-06-24 00:38:27 https请求

  • 关于微信签名signature获取

    微信分享的签名算法微信也写有,主要是调用接口需要使用服务器(微信官方文档是这么说的,试了下前端居然特么也可以),不过微信的access_token和jsapi_ticket是有使用次数限制的,所以还是用服务器来获取,得到以后存下来,下次使用判断超时以后再重新获取,这样就够...

    2018-06-24 00:12:30 https请求

  • HttpWebRequest HttpClient

    HttpWebRequest HttpClient 简单封装使用,支持https HttpWebRequest 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.IO.Compression; 5 using System.Linq; 6 using System.Net; 7 using System.Net.Security; 8 using Syst...

    2018-06-23 23:50:56 https请求

  • HttpWebRequest HttpClient

    HttpWebRequest HttpClient 简单封装使用,支持https HttpWebRequest 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.IO.Compression; 5 using System.Linq; 6 using System.Net; 7 using System.Net.Security; 8 using Syst...

    2018-06-23 23:37:28 https请求

  • HttpWebRequest HttpClient

    HttpWebRequest HttpClient 简单封装使用,支持https HttpWebRequest 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.IO.Compression; 5 using System.Linq; 6 using System.Net; 7 using System.Net.Security; 8 using Syst...

    2018-06-22 07:18:41 https请求