Closed GoogleCodeExporter closed 8 years ago
It works fine in my Chrome Dev 39.0.2171.13. What do you see on
chrome://net-internals#proxy?
Original comment by jerzyglowacki
on 10 Oct 2014 at 11:09
Using 40.0.2183.0 canary:
Effective proxy settings
Proxy server for HTTP: https://proxy.googlezip.net:443
Bypass list:
<local>
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16
fc00::/7
*-ds.metric.gstatic.com
*-v4.metric.gstatic.com
Recently failed proxies, marked as bad
Bad proxy server Time for next retry
compress.googlezip.net:80 2014-10-10 19:18:33.428
https://proxy.googlezip.net:443 2014-10-10 19:18:33.428
Original comment by ngyikp
on 10 Oct 2014 at 11:17
Goglezip proxies should not be bad, what happens when you click "Clear bad
proxies" and reinstall the extension?
Original comment by jerzyglowacki
on 10 Oct 2014 at 11:29
Trying on a clean user profile, with all extensions disabled, still having
issues :(
Video demo so you can see what's going on:
https://dl.dropboxusercontent.com/u/1286251/images/datacompressionproxy-weirdnes
s.mp4
I'm tempted to write this off as dev/canary bugginess, but this has been
present for about 2 weeks and seems highly unusual.
It seems to work fine on 37.0.2062.103 stable, I'll try to get installs of
Chrome 38 stable and Chrome 39 beta.
Original comment by ngyikp
on 10 Oct 2014 at 11:46
Actually, I just inspected the network and found this error. Duplicate values
in the chrome-proxy header?
Original comment by ngyikp
on 10 Oct 2014 at 11:56
Attachments:
we have the same problem after ubdating chrom to 40.0.2183.0
Original comment by khalid00...@gmail.com
on 10 Oct 2014 at 1:58
I can reproduce it in Chrome Dev 40.0.2182.3. Google have messed up their
algorithm again. Now they always add the following request header when using
the proxy, regardless if it is already set by the DCP:
chrome-proxy: ps=1234567890-1234567890-1234567890-1234567890,
sid=1234567890abcdef, b=2182, p=3, c=win
where:
b - the build number
p - the patch number
c - the client type
These requests get back from Google servers with the failing response:
status: 502
chrome-proxy: block=0
connection: Proxy-Bypass
However, even chrome.declarativeWebRequest.RemoveRequestHeader({name:
'Chrome-Proxy'}) doesn't remove those headers.
I will have to investigate it further.
Original comment by jerzyglowacki
on 13 Oct 2014 at 10:39
Does the DCP work fine for you in the Incognito mode (you have to allow the
extension to run in incognito mode first)?
Original comment by jerzyglowacki
on 14 Oct 2014 at 9:47
Sorry for the late reply, yes, it does work fine in incognito (40.0.2189.0
canary)
And the extension also works fine on stable and beta
Original comment by ngyikp
on 15 Oct 2014 at 10:19
Same as here. This is weird, seems like Chrome is automatically adding the
Chrome-Proxy header in normal mode. I have filed a Chromium issue about it.
Original comment by jerzyglowacki
on 16 Oct 2014 at 7:20
Issue 28 has been merged into this issue.
Original comment by jerzyglowacki
on 16 Oct 2014 at 9:30
I have hopefully fixed this issue in version 1.5 by setting a fallback proxy
using the PAC script.
Original comment by jerzyglowacki
on 20 Oct 2014 at 12:57
Original issue reported on code.google.com by
ngyikp
on 3 Oct 2014 at 12:13Attachments: