I sent a bug report to QT. QNetworkReply::rawHeaderList() tells me that there is only one Set-Cookie ..... I think it is affected too. Can I dump the header to a QByteArray and cut the part I don't need ?
I sent a bug report to QT. QNetworkReply::rawHeaderList() tells me that there is only one Set-Cookie ..... I think it is affected too. Can I dump the header to a QByteArray and cut the part I don't need ?
You can dump whatever you want wherever you want if there is an API call for that. Unfortunately I don't see means to do that in the API.
Anyone having other ideas ?
You can use QHttp or even QTcpSocket or implement a workaround in Qt itself.
Bookmarks