Top "Httr" questions

The R package 'httr' provides useful tools for working with HTTP connections.

Scrape password-protected website in R

I'm trying to scrape data from a password-protected website in R. Reading around, it seems that the httr and RCurl …

xml r web-scraping rcurl httr
Send a POST request using httr R package

I can't figure out how to imitate what the browser does, when sending the server data via a POST request. …

r http post login httr
SSL connect error in httr / curl

I'm trying to access an open API with httr, and having no luck. Whenever I try: httr::GET("https://api.…

r httr
httr github-API callback URL issues

I am using the httr v0.2 package to use the github api as well now. But I am struggling to …

r github github-api httr
SSL verification causes RCurl and httr to break - on a website that should be legit

i'm trying to automate the login of the UK's data archive service. that website is obviously trustworthy. unfortunately, both RCurl …

r curl ssl rcurl httr
Making a GET request in R

I've been playing a little with httr and rcurl and cannot manage to translate the following curl GET request into …

r http rcurl httr
SOAP request in R

Does anyone know how to formulate following SOAP request with R? POST /API/v201010/AdvertiserService.asmx HTTP/1.1 Host: advertising.criteo.…

r soap rcurl httr
"You must provide a hash." error when using API to download data (in R)

I would like to extract the data from MARVEL DEVELOPER by API code and analyze it (using R). I got …

r api httr
R: Download image using rvest

I'm attempting to download a png image from a secure site through R. To access the secure site I used …

r download rcurl rvest httr
How correctly use request header with API data requests?

I'm trying to find the way to connect to Appannie's API with R using the httr package (have no experience …

r api httr