R:RCurl postForm(),Content-Length> 1024

时间:2014-05-14 19:11:22

标签: r curl libcurl rcurl http-content-length

我在使用Content-Length>发布数据时遇到问题1024使用RCurl和postForm()。如何增加HTTP请求的大小限制?

curl.opts <- list(httpheader = "Expect:",
                  httpheader = "Accept:text/xml",
                  verbose = TRUE,
                  followlocation = TRUE)

hmm <- postForm(myurl, longtxt=lotsoftext, 
               style = "POST", .opts = curl.opts)

每当Content-Length为&lt; 1024服务器应该响应,而&gt; 1024会导致错误。另一方面,从命令行使用“curl”对于长内容也可以正常工作。

0 个答案:

没有答案