我正在尝试使用Rt的httr包中的GET()检索数据,我收到错误:
抱歉,请求的方法不受支持!
代码:
library(httr)
r <- GET("http://rplus.interactivedata.com/cgi/nph-rplus/Request=GET%2CIDC%2CDES1&Done=flag",
authenticate("xxx", "xxx")
)
r
输出:
Response [http://rplus.interactivedata.com/cgi/nph- rplus/Request=GET%2CIDC%2CDES1&Done=flag]
Date: 2016-06-06 16:19
Status: 200
Content-Type: text/plain
Size: 38 B
No encoding supplied: defaulting to UTF-8.
Sorry Requested Method not Supported!
我尝试了许多不同的输入无济于事。包括提供的请求和响应信息的照片。任何帮助表示赞赏。