qhttp icon indicating copy to clipboard operation
qhttp copied to clipboard

Base64 Error

Open pshopper opened this issue 8 years ago • 0 comments

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

pshopper avatar Oct 05 '17 14:10 pshopper