Digest Auth + Algorithm
GET
/digest-auth/{qop}/{user}/{passwd}/{algorithm}请求参数
Path 参数
qop
string
必需
auth or auth-int
示例值:
test
user
string
必需
示例值:
admin
passwd
string
必需
示例值:
admin
algorithm
string
必需
MD5, SHA-256, SHA-512
示例值:
MD5
示例代码
返回响应
Sucessful authentication.(200)
Unsuccessful authentication.(401)
Sucessful authentication.
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 年前