如何构建httr GET请求以返回站点数据?

时间:2016-06-06 20:34:20

标签: r http post get httr

我正在尝试使用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!

我尝试了许多不同的输入无济于事。包括提供的请求和响应信息的照片。任何帮助表示赞赏。

Request and Response

0 个答案:

没有答案