You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nc-value is the hexadecimal count of the number of requests (including the current request) that the client has sent with the nonce value in this request. For example, in the first request sent in response to a given nonce value, the client sends "nc=00000001".
The @nonce_count instance variable is initialized to -1, it should be set to 0.
The text was updated successfully, but these errors were encountered:
martinos
changed the title
Nouce count should start at 1.
Nonce count should start at 1.
Oct 16, 2019
According to rfc2617 https://tools.ietf.org/html/rfc2617
The
@nonce_count
instance variable is initialized to -1, it should be set to 0.The text was updated successfully, but these errors were encountered: