An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120723/734023c4/attachment.pl>
[RCurl] HTTP 404 Status
2 messages · Erdal Karaca, Jeff Newmiller
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 (stackoverflow?). If you find a bug in RCurl, correspond with the package maintainer (see ?maintainer).
---------------------------------------------------------------------------
Jeff Newmiller The ..... ..... Go Live...
DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go...
Live: OO#.. Dead: OO#.. Playing
Research Engineer (Solar/Batteries O.O#. #.O#. with
/Software/Embedded Controllers) .OO#. .OO#. rocks...1k
---------------------------------------------------------------------------
Sent from my phone. Please excuse my brevity.
Erdal Karaca <erdal.karaca.de at gmail.com> wrote:
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.
In Opera the request does not succeed either.
I am using 2.15.1 (Win7, 64Bit) and just installed packages "RCurl" and
"XML".
Any hints?
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.