-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpLogger: Log redirects #11581
HttpLogger: Log redirects #11581
Conversation
29263a8
to
a82ff38
Compare
a82ff38
to
5e39e15
Compare
@jesmrec @felix-schwarz how are redirects logged on Android and ios? |
straight example of redirect:
|
Same example for the iOS app:
The iOS app also alerts the user to the redirect and asks the user to confirm it: |
Thx, so it's the location header (I don't get to see it if I tell Qt to follow redirect_no_less_secure). |
During a debugging session, I discovered that the client can send the same request multiple times if the redirect is directly handled by Qt.
This wasn't discovered previously as we disallow redirects for most requests.