Does Edge/WebView2 have a deeper network-level trace? #3881
Unanswered
brianclink
asked this question in
Q&A
Replies: 2 comments
-
Hey @brianclink - Please take a look at the instructions here: https://dev.chromium.org/for-testers/providing-network-details Let me know if you have other questions after checking those out. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I wrote this up a bit more fully (with a video) here: https://textslashplain.com/2020/01/17/capture-network-logs-from-edge-and-chrome/ and sketched out some analysis tips in https://textslashplain.com/2020/04/08/analyzing-network-traffic-logs-netlog-json/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having an issue I am trying to diagnose. Edge is hanging on a particular URL, and in the Network tab of F12 it is showing 'Pending'. However on the server side it appears it is sending the response, and the 'client' is closing the connection. In the Wireshark trace, it appears that application data is being exchanged (it is encrypted), and the client is initiating the FIN. I think it is related to HTTP/2 and SSL and (manually-entered) IPv6 as the issue does not reproduce on HTTP, and does not reproduce through a proxy (Fiddler) that downgrades to HTTP/1.1, and does not reproduce using an IPv4 address.
I am asking here because the same issue reproduce in WebView2, used in the git sample 'WebView2Browser'. I imagine that your team may know of some internal diagnostics that I could use to try to determine what Edge is really doing under the covers, as the Network tab of the browser simply says 'Pending'.
Beta Was this translation helpful? Give feedback.
All reactions