First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

File Downloads using Chrome are much slower than Microsoft Edge

  • retag add tags

My company is having an issue with file downloads from an internal website which has two IPs and using load balancing. Chrome goes much slower than Microsoft Edge. I'm new to using wireshark, and I'm doing captures while using both Chrome and Edge to download files at the same time, but how can I tell which traffic is related to Chrome or Edge in the capture? I need to do file downloads at the same time to see which target IP is the slow one, doing it one browser at a time doesnt give me the data I need. I have tried uninstalling and reinstalling chrome and edge and a complete OS installation. We have many systems with this issue on our network.

rey_garza@dell.com's avatar
1
[email protected]
asked 2019-06-21 21:22:41 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

A display filter of

http.user_agent contains "string"

where "string" is something that {Chrome, Edge} puts into the User-Agent: string might allow you to identify HTTP requests from a particular browser; once you've found the request, Analyze > Conversation Filter > TCP should show you the entire TCP session in which that request was transmitted.

You might have to look at a session from Chrome or Edge to figure out what string to look for in User-Agent.

Guy Harris's avatar
19.9k
Guy Harris
answered 2019-06-22 02:54:18 +0000
edit flag offensive 0 remove flag delete link

Comments

Thanks Mr. Harris! Excellent info, and it sort of worked. When I did a download using Chrome, it showed Chrome for the agent, but unfortunately, it also showed Chrome when I used Edge (windows 10). i thought I did something wrong, so I tried it again, same results. I then tried another system, and Chrome showed Chrome, but Edge showed multiple browser types, Mozilla, applewebkit, chrome, safari, edge (all on the same line) very strange. I'm going to keep poking, thanks again!

rey_garza@dell.com's avatar [email protected] (2019-06-24 15:23:33 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer