Page 1 of 1

RequestHeaderMap missing headers

PostPosted: Tue Aug 22, 2017 8:20 am
by JohnConnor
Hey there,

Checking requests I make I found that cef_request_handler_t::on_before_resource_load headers map not always contains all headers. For example - Accept-Encoding and Accept-Language is not there in header map.
But if I try to track the traffic I can see that these headers are actually here.
So in the end I only see some headers being set, but not all..

Anyone encountered anything similar and can share the experience?