Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.9.0
-
None
-
-
a13d84b56 (dev), adfc440fc (6.9), dc941f226 (tqtc/lts-6.8), 136fb1d75 (tqtc/lts-6.5)
Description
I cannot use colons (":") in header values with QNetWorkReply::header() or QNetWorkReply::rawHeader() on the WASM platform. It seems to me that the RFCs allow this, but QT removes everything that follows the colon.
I've attached a small patch that fixes this for me.