-
Task
-
Resolution: Done
-
P2: Important
-
5.9.1
-
None
-
a402b3a02e129702b1606a445affdba67ab9f805
I'm testing my code for compatibility with HTTP 3xx status codes (redirects).
I'm interested in codes 301, 302, 303, 307 and 308.
All of those work fine with my code, except 308.
My client testcase is Qt/C++ based, and my testing server is python-based. I'll post the code of both.
I run the server, then while it's running, I run the client and I get `got 0 bytes` in the console. If I change the response from 308 to, say, 301, it works fine (prints `got 3 bytes`).
Note: The redirect works fine in Chrome, so my server code is likely correct.
- is required for
-
QTBUG-63438 Improve (or even implement) the correct redirects support
-
- Closed
-