Hi all,
I met a problem when downloading data from yahoo money server. The server keeps replying the following messages:
Dec 28 10:26:51.613: http://tw.money.yahoo.com/fund/download/F0GBR05XE6:FO?startDate=2010%2d10%2d10&endDate=2014%2d12%2d12
Dec 28 10:26:51.759: network status:ended
Dec 28 10:26:51.759: <HTML>
<HEAD>
<TITLE>Error</TITLE>
</HEAD>
<BODY BGCOLOR=“white” FGCOLOR=“black”>
<H1>Error</H1>
<HR>
<FONT FACE=“Helvetica,Arial”><B>
Description: Could not process this request.
</B></FONT>
<HR>
</BODY>
The code is like this:
network.request( http_url, “GET”, networkLintener )
I’ve tried not url.escape but the situation is the same. The real url is like this:
http://tw.money.yahoo.com/fund/download/F0GBR05XE6:FO?startDate=2010-10-10&endDate=2014-12-12
I can get the data by pasting the above string to a web browser so I think it’s the url encoding issue. But after I tried long times but still no luck.