什么是"实体主体"对于摘要式身份验证? [英] What is "entity-body" for Digest Authentication?

查看:151
本文介绍了什么是"实体主体"对于摘要式身份验证?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我整合摘要式身份验证和我下面(面向auth-INT认证)文件中看到实体主体?这是HTML标题和正文?或者只是在HTML头部分?

I am integrating digest authentication and am seeing "entity-body" in the document below (for auth-int authentication)? Is this the HTML header and body? Or is it just the HTML header portion?

http://freeradius.org/rfc/rfc4590.html
http://tool​​s.ietf.org/html/rfc2069

http://freeradius.org/rfc/rfc4590.html http://tools.ietf.org/html/rfc2069

推荐答案

实体这里是一个HTTP的概念。 将其定义为传递的信息的 HTTP 1.1词汇表作为请求或响应的有效载荷。实体包括元信息的实体头部字段和实体 - 主体的形式的内容的形式,如在第7

"Entity" is an HTTP concept here. The HTTP 1.1 glossary defines it as "The information transferred as the payload of a request or response. An entity consists of metainformation in the form of entity-header fields and content in the form of an entity-body, as described in section 7."

因此​​,实体主体包括,例如,一个完整的HTML文档,从文档类型声明(如present)下降到结束标记< / HTML> 。实体头是HTTP头,HTML文档之外。

Thus, the entity body consists, for example, an entire HTML document, from the document type declaration (if present) down to the end tag </html>. The entity headers are HTTP headers, outside the HTML document.

这篇关于什么是&QUOT;实体主体&QUOT;对于摘要式身份验证?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆