码迷,mamicode.com
首页 >  
搜索关键字:secure    ( 2824个结果
angular 中配置跨域
1. 新建一个 proxy.conf.json { "/search": { "target": "https://wenku.baidu.com/search", "secure": false, "changeOrigin": true }, "/getnotice": { "target":  ...
分类:其他好文   时间:2019-10-04 13:18:15    阅读次数:224
谢冠岚的个人学习网站
HTTPS 是 HTTP over Secure Socket Layer,以安全为目标的 HTTP 通道,所以在 HTTPS 承载的页面上不允许出现 http 请求,一旦出现就是提示或报错:——–Mixed Content: The page at 'https://domain.com/w/a?... ...
分类:Web程序   时间:2019-10-02 20:35:41    阅读次数:120
Decrypting HTTPS-protected traffic
http://www.fiddlerbook.com/fiddler/help/httpsdecryption.asp Introduction Fiddler2 includes the ability to decrypt, view, and modify HTTPS-secured traf ...
分类:Web程序   时间:2019-10-01 18:50:29    阅读次数:206
HDU 1018:Big Number (位数递推公式)
Problem DescriptionIn many applications very large integers numbers are required. Some of these applications are using keys for secure transmission of ...
分类:其他好文   时间:2019-09-29 23:35:48    阅读次数:121
惠普电脑(HP PHILIPS系列)安装ubuntu后无法连接WIFI解决方案(手动安装8821CE驱动)
一步一步来, 先说环境: 我的电脑是HP PHILIPS系列,ubuntu版本是16.04 背景: win10安装ubuntu后发现无法连接wifi(但win10系统可以连接WIFI),在ubuntu的“系统设置--》软件更新--》附加驱动里面也加载不出来......尝试了网上说的各种方法,决定手动 ...
分类:系统相关   时间:2019-09-28 14:24:31    阅读次数:328
谷歌上google authenticator二次验证
参考: GA安装: https://www.cnblogs.com/hanyifeng/p/kevin4real.html https://shenyu.me/2016/09/05/centos-google-authenticator.html https://www.howtoing.com/s ...
分类:其他好文   时间:2019-09-27 10:41:47    阅读次数:132
HTTPS协议、TLS协议、证书认证过程解析
一、HTTPS 协议 HTTPS协议其实就是HTTP over TSL,TSL(Transport Layer Security) 传输层安全协议是https协议的核心。 TSL可以理解为SSL (Secure Socket Layer)安全套接字层的后续版本。 TSL握手协议如下图所示 (注:图片 ...
分类:Web程序   时间:2019-09-25 15:54:47    阅读次数:137
http请求协议
一、简介* 概念:Hyper Text Transfer Protocol 超文本传输协议 * 传输协议:定义了,客户端和服务器端通信时,发送数据的格式 * 特点: 1. 基于TCP/IP的高级协议 2. 默认端口号:80 3. 基于请求/响应模型的:一次请求对应一次响应 4. 无状态的:每次请求之... ...
分类:Web程序   时间:2019-09-24 14:21:04    阅读次数:112
http和https
HTTP协议(HyperText Transfer Protocol,超文本传输协议):是一种发布和接收 HTML页面的方法,是规范,买卖东西一样。 HTTPS (Hypertext Transfer Protocol over Secure Socket Layer)简单讲是http的安全版,在h ...
分类:Web程序   时间:2019-09-23 22:28:14    阅读次数:151
Python爬虫(一)_HTTP的请求与响应
HTTP和HTTPS HTTP(HyperText Transfer Protocol,超文本传输协议):是一种发布和接收HTML页面的方法 HTTPS(HyperText Transfer Protocol over Secure Socket Layer)简单讲是HTTP的安全版,在HTTP下加 ...
分类:编程语言   时间:2019-09-22 23:23:23    阅读次数:133
2824条   上一页 1 ... 39 40 41 42 43 ... 283 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!