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
If the Digest contains a "charset" directive, (or anything not covered by the switch statement) it will throw a ErrBadChallenge Error. ("Challenge is bad").
One can add the additional cases into the switch to solve this of course, but for anyone wondering why the error appears...
The text was updated successfully, but these errors were encountered:
If the Digest contains a "charset" directive, (or anything not covered by the switch statement) it will throw a ErrBadChallenge Error. ("Challenge is bad").
One can add the additional cases into the switch to solve this of course, but for anyone wondering why the error appears...
The text was updated successfully, but these errors were encountered: