Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does the 'X-DevTools-Emulate-Network-Conditions-Client-Id' header key represent?

I see this key in requests occasionally when I have devtools open, but not always.

like image 244
lsankar4033 Avatar asked Jul 25 '17 22:07

lsankar4033


Video Answer


1 Answers

It's a header that Chrome devtools uses internally to let chrome know they're emulating a slow network/device. Chrome, in turn, should however not send this header in actual network requests. It appears this did happen in the past though (maybe even present).

See the bug here: https://bugs.chromium.org/p/chromium/issues/detail?id=395966

like image 103
michael Avatar answered Sep 19 '22 19:09

michael