-
Notifications
You must be signed in to change notification settings - Fork 50
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
/whoami
page appears logged out after browser history navigation
#1116
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@victorlin Can you record what network requests (if any) are happening on the navigation back? (I hate that there's a separate network request for logged in status, but there is because of no SSR.) |
Oddly, I can't reproduce this when Dev Tools is opened. It seems like some cache is being bypassed even though "Disable cache" is not enabled. inspector.mov |
Capture the requests at the actual network level then, i.e. not in browser? I'm asking about requests because I'm curious if it's a) making a request to |
I wonder if the recent navigation cache is separate from the HTTP cache? |
This is using tcpdump.mov |
I might be illuminating to see what it's doing on that first history navigation forward to |
FWIW, I installed Vivaldi and couldn't reproduce this.
|
Thanks for the pointers. Having trouble getting mitmweb-no-repro.movI've reproduced this on two Macs with:
Later I may try getting |
Current Behavior
Using Vivaldi (Chromium 132):
bug.mov
Expected behavior
It works fine on Safari:
good.mov
How to reproduce
Steps to reproduce the current behavior:
/whoami
The text was updated successfully, but these errors were encountered: