Anshuman Panwar
Anshuman Panwar

Reputation: 137

Using R plumber for web API over HTTPS

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?

Upvotes: 8

Views: 1011

Answers (1)

Jeff Allen
Jeff Allen

Reputation: 17517

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

Upvotes: 4

Related Questions