Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.4.0
-
None
-
- macos
- python3.10
- PyQt6==6.4.0
- PyQt6-WebEngine==6.4.0
- PyQt6-WebEngine-Qt6==6.4.0
-
-
bf159b231 (dev), 7a47e4017 (6.8), 6b792f05c (6.7)
Description
The following documentation seems to be incorrect:
> Redirects this request to url. It is only possible to redirect requests that do not have payload data, such as GET requests.
https://doc.qt.io/qt-6/qwebengineurlrequestinfo.html#redirect
For POST requests the payload is included in the redirect. If you for instance redirect to a local webserver on localhost, the payload is included.
I think this documentation is outdated, perhaps it was correct for WebKit. However, it doesn't seem to be correct for Chromium.
Best Regards,
Sam