Deployment Option for Reading HTTPOnly Cookie from R Shiny Application

I'm trying to read HTTPOnly cookie from shiny application and add some rules based on it. I've tried session$request$HTTP_COOKIE which works fine in rstudio, but fails at shiny server as it drops some HTTP headers. I've tried ShinyProxy with rocker/shiny-verse docker image, it fails too.

Is there any way to achieve the functionality with some other docker image? Any kind of guideline would be very much helpful.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.