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
Base64 value in header field in lowercase will lead to parsing error in QByteArray::fromBase64(...). Try to create base server authentication mechanism
in file qhttpserverconnection.cpp
string 105
itempHeaderValue.toLower() -> itempHeaderValue
The text was updated successfully, but these errors were encountered:
Base64 value in header field in lowercase will lead to parsing error in QByteArray::fromBase64(...). Try to create base server authentication mechanism
in file qhttpserverconnection.cpp
string 105
itempHeaderValue.toLower() -> itempHeaderValue
The text was updated successfully, but these errors were encountered: