Top "Httr" questions

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

How to login and then download a file from aspx web pages with R

I'm trying to automate the download of the Panel Study of Income Dynamics files available on this web page using …

asp.net r download rcurl httr
Issues with RCurl crawler based on concurrent requests

The following is a script to reproduce the problems i'm facing when building a crawler with RCurl that performs concurrent …

r rcurl httr
Ignore SSL errors in R httr connection

Updated: I am trying to access a corporate internal web API using: require(httr) url = 'https://my_server/api/search/…

r curl https httr
httr: retrieving data with POST()

Disclaimer: while I have managed to grab data from another source using httr's POST function, let it be known that …

html r forms httr http-post