博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
不论是 Basic Auth 还是 Digest Auth,都会有 Authorization 字段
阅读量:5157 次
发布时间:2019-06-13

本文共 465 字,大约阅读时间需要 1 分钟。

GET /dir/index.html HTTP/1.0Host: localhost Authorization: Digest username="Mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", qop=auth, nc=00000001, cnonce="0a4f113b", response="6629fae49393a05397450978507c4ef1", opaque="5ccc069c403ebaf9f0171e9517f40e41"

RFC2617

 

http://www.ietf.org/rfc/rfc2617.txt

 

https://en.wikipedia.org/wiki/Digest_access_authentication

转载于:https://www.cnblogs.com/liujx2019/p/10310068.html

你可能感兴趣的文章
python中的生成器(generator)总结
查看>>
Leetcode 182. Duplicate Emails
查看>>
Python itertools模块中的product函数
查看>>
人工智能技术的提升
查看>>
vb 数组删除元素
查看>>
cmd 命令总结
查看>>
网页网站收集
查看>>
java data 时间
查看>>
咏南树形下拉列表数据敏感控件--TYNdbTreeList
查看>>
OpenStack 网络总结之:openstack中网络的基本概念
查看>>
arcgis server10.2.2公布地图基础服务的详细步骤
查看>>
animation动画中scale缩放在webkit内核的bug
查看>>
详解Git工作区、暂存区、历史记录区以及git reset、git revert、git checkout等撤销命令的区别...
查看>>
linux中高亮显示文本的工具 -- bat
查看>>
CSS3 column属性族firefox浏览器下的问题
查看>>
python基础day7_编码及小数据池
查看>>
Python--函数
查看>>
419. Roman to Integer【medium】
查看>>
JiuDuOj——1051
查看>>
Android自动化测试—执行多条Case阻塞问题
查看>>