could not access specific url which contains 'github.com','google.com' etc.
Reported by
eagzzy...@gmail.com,
Nov 16 2016
|
||||
Issue descriptionUserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.100 Safari/537.36 Steps to reproduce the problem: 1. I add `127.0.0.1 localhost.localdomain vhost.dom eagzzycsl-vhost` to `etc/hosts` in order to replace `localhost/xxxx` with `vhost.dom/xxxx`. 2. I could visit `http://localhost/app/eagzzycsl.github.com/` ,`eagzzycsl.github.com` is a local repository of Github Pages.but i could not visit `http://vhost.dom/app/eagzzycsl.github.com/`, chrome said "vhost.dom didn’t send any data.". but other url like `http://vhost.dom/app/phpMyAdmin/` could be visited normal and I could visit `http://vhost.dom/app/eagzzycsl.github.com/` by firefox or opear. 3. I have tried some urls and I find a minimum test case. `http://vhost.dom/x.github.com/`,but `http://vhost.dom/github.com/` work. In addition `http://vhos t.dom/x.google.com` don't work either. So I think there is some wrong when url contains domain of famous company like `github.com`. What is the expected behavior? What went wrong? some url like `http://vhost.dom/x.github.com/` could not access via chrom on my compute. ps `vhost.dom` was written in `/etc/hosts` and resolve to `127.0.0.1`。there is more infomations in stpes。 Did this work before? N/A Chrome version: 54.0.2840.100 Channel: stable OS Version: 4.8.7-1 Flash Version: Shockwave Flash 23.0 r0 my email: eagzzycsl@hotmail.com
,
Nov 16 2016
,
Nov 17 2016
What are you running on localhost? Please grab a net log dump using these instructions: https://dev.chromium.org/for-testers/providing-network-details
,
Nov 20 2016
I find out the reason of this issues. When I attempt to capture the dump log,I found the capturing events increase grows rapidly.I thought it may captured events of my chrome extensions.So I disable all extensions.Surprisingly it went to work when I visit `http://localhost/app/eagzzycsl.github.com/`. After testing, I found this issues was caused by SwitchyOmega,which I used to set proxy in order to browse website GFWed by GFW. Thank you for your reading, and thank @`eroman@chromium.org` for the way he or she provided to capture log. It's a useful function. Finally,this issue could be closed, these is no bug with chromium in this issue.Thanks again. ps: I use nginx as web Server。
,
Nov 21 2016
Thanks for the update! Closing this issue. |
||||
►
Sign in to add a comment |
||||
Comment 1 by manoranj...@chromium.org
, Nov 16 2016