Qt unable to follow http redirects?
Unsolved
General and Desktop
-
Hello,
I happened to find myself dealing with a problem where I need Qt (version 5.14) to follow an http redirect, and it seems unable to do so. It seems to make a bad request after redirect, at it seems to not call any slot method to notify the Qt application of this failure.
The full explanation and code necessary to reproduce this problem is here: https://github.com/TheEternalCitizens/qt-http-redirect-problem/
If anyone could be so obliged to take a look, I'd be very grateful.
-
I now think this is a Qt bug: https://bugreports.qt.io/browse/QTBUG-84162