Skip to content

Strange "garbage" HTTP-requests #819

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

Open
pontusn opened this issue Jan 14, 2021 · 3 comments
Open

Strange "garbage" HTTP-requests #819

pontusn opened this issue Jan 14, 2021 · 3 comments
Labels
bug Something isn't working tracked We are tracking this work internally.

Comments

@pontusn
Copy link

pontusn commented Jan 14, 2021

Description
The process for WebView2 issues numerous strange "garbage" HTTP-request.

Version
SDK: 1.0.664.37
Runtime: GA
Framework: Win32
OS: Win10

Repro Steps

  1. Start Fiddler (or similar HTTP monitoring tool)
  2. Start application that hosts WebView2
  3. Watch for failed requests to random server names

image

AB#30000546

@pontusn pontusn added the bug Something isn't working label Jan 14, 2021
@champnic
Copy link
Member

This is the Chromium behavior to check if ISPs are redirecting unknown domains:
https://mikewest.org/2012/02/chrome-connects-to-three-random-domains-at-startup/
https://bugs.chromium.org/p/chromium/issues/detail?id=55913

Hope this helps!

@pontusn
Copy link
Author

pontusn commented Jan 20, 2021

Ok, but for WebView2 without any native sesrch-bar, does this really have a purpose?

@champnic
Copy link
Member

Aha good point! I took a look at the code and verified it's only used by the omnibox/search bar. We have this tracked on our backlog, thanks for the follow-up!

@champnic champnic reopened this Jan 21, 2021
@champnic champnic added the tracked We are tracking this work internally. label May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tracked We are tracking this work internally.
Projects
None yet
Development

No branches or pull requests

2 participants