可能有人解释在什么情况下,Request URI中的方法ID与cseq头方法ID不同?
此致 KNP
答案 0 :(得分:0)
我猜你的意思是方法名称。所以' NO'是答案。 Cseq中的方法名称必须与request-uri中的方法名称匹配。
引用rfc 3261 -
The CSeq header field serves as a way to identify and order transactions. It consists of a sequence number and a method. The method MUST match that of the request.
此致 Sudhansu