It would appear you are not sending the same thing from RCurl as you are from
the browser. I recommend using Firebug in Firefox to confirm what actually
needs to be sent.
This doesn't really look like an R problem. If you have trouble with http
protocol, you should look somewhere else (stackove
I am trying to get contents of a REST response:
getURL("http://localhost/myweb-app/rest-ws";)
This is a web application (myweb-app) which is providing a REST web service
(rest-ws)...
Unfortunately, the HTTP status sent back is 404.
If I request the url using Chrome/IE, I get a HTTP status 200 OK
2 matches
Mail list logo