一、GAT1400里面定义
二、wirechark实例
请求:
文本化:
POST /VIID/System/UnRegister HTTP/1.1
Host: 10.0.21.166:1400
Content-Type: application/VIID+JSON; charset=UTF-8
Accept: */*
User-Agent: Vision-Zenith, ChengDu
Accept-Encoding: gzip, deflate
Cache-Control: no-cache
Content-Length: 56
{"UnRegisterObject":{"DeviceID":"34078100001190001002"}}
应答:
HTTP/1.1 401 Unauthorized
Content-Type: text/plain
WWW-Authenticate: Digest realm="12312312315031231231", nonce="8pVbSAuD1h6lNEbs", opaque="50Z+KpJ4/ctwveta", algorithm=MD5, qop="auth"
Date: Tue, 04 Jun 2024 05:58:23 GMT
Content-Length: 17
wireshark里面没有完整的注销流程,按理应该带上认证信息,再次注销。