I'm using wget (on Linux) to get this website - http://web.ifzq.gtimg.cn/appstock/app/fqkline/get?_var=kline_dayqfq2014¶m=sh600000,day,2014-01-01,2015-12-31,640,qfq&r=0.49504152244266863 , but it seems to be timeout,
Cause there is & symbol in the url, so I saved the url to a file (url.txt) and the use the query:
wget -i url.txt
and information as follows:
Resolving web.ifzq.gtimg.cn (web.ifzq.gtimg.cn)... 183.232.125.158
Connecting to web.ifzq.gtimg.cn (web.ifzq.gtimg.cn)|183.232.125.158|:80... failed: Connection timed out.
Retrying.
Also, I can use this machine to access other websites like https://github.com/, so it may not be the network problem. And I've tried to use the same commond on other linux machine, it works out fine, I can successfully download the page.
It's NOT because of special symbols. I've tried this url http://web.ifzq.gtimg.cn/appstock/app/fqkline on both machine, and still one cannot work while the other works out fine.
So what may be the problem? Thanks for answer!