8

I am trying to use Plumber in R to expose a model through web API. I want the API calls to be secure over https. I tried to find information on implementing secure API using plumber but unfortunately haven't found anything. Does anyone has experience of dong that? Or any other solutions to expose a R model over secure API?

Anshuman Panwar
  • 137
  • 1
  • 4

1 Answers1

4

See https://www.rplumber.io/docs/hosting.html for a few different options. DigitalOcean and RStudio Connect would both support this.

Jeff Allen
  • 17,277
  • 8
  • 49
  • 70
  • 3
    Been a few months; just wondering if there are any more options besides DigitalOcean and RStudio Connect. In particular, is there any material showing how to use HTTPS via Docker? – Hong Ooi Sep 05 '18 at 20:36