So if I leave a file in the www folder, it's easily accessible with a URL:
mywebsite.com/path_to_file.pdf. Normally my shiny app run on mywebsite.com has a log-in and password. So data.table and other things that are displayed in the app are protected through my HTTPS. I was wondering if there was something similar for embedded pictures/pdfs
I don't want someone to be able to access the files through that URL bypassing the log-in/password process