Closed GoogleCodeExporter closed 8 years ago
The Chromium source code has been recently updated, the request header value
will be:
requestHeader = 'Chrome-Proxy: ps=' + session + ', sid=' + credentials + ', v='
+ version + ', c=' + client
where:
session = function(timestamp) { return timestamp + '-' + rand() + '-' + rand()
+ '-' + rand() }
credentials = function(timestamp) { return md5(timestamp +
SPDY_PROXY_AUTH_VALUE + timestamp) }
varsion = 0
client = 'webview' || 'ios' || 'android'
Source:
http://src.chromium.org/viewvc/chrome/trunk/src/components/data_reduction_proxy/
browser/data_reduction_proxy_auth_request_handler.cc#l94
Original comment by jerzyglowacki
on 25 Jul 2014 at 9:23
This issue was closed by revision 6dee2fe9f13f.
Original comment by jerzyglowacki
on 10 Sep 2014 at 2:11
Original issue reported on code.google.com by
jerzyglowacki
on 17 Feb 2014 at 12:45