Hey there,
I succesfully set up an R Server with RStudio IDE on a Digital Ocean Droplet.
I created a plumber API in RStudio Server and everything works fine when I start the API from RStudio Server.
But I have problems with connecting to the API from the outside. Is it possible to send the username and password for the linux machine everything is running on to get a response from the API? If not what else can I do? My colleagues would call the API from a node.js app.
Thanks!