Different HttpClient headers

When I make an HTTP request in my browser (Chrome), I get different response headers than I do in my program using HttpClient with a HttpClientHandler
I'm using all the exact same headers, including the same cookies, and making the request to the same URL - I also have redirects disabled

Why could this be?
Chrome shows me 11 headers, whereas C#'s HttpClient only shows me 6 headers from the exact same request
Was this page helpful?