Does anyone know if it is possible to set common http headers that will be to be included in all apps for ShinyProxy?
I am including several custom HTTP headers in my applications, which works as expected when defining them in each application in the application.yml
. But it would reduce repetition if I could set common http headers for all apps (for example, a custom ‘user name’ http header). I tried to set http_headers
at the proxy
level in application.yml
but that did not work.
Thanks in advance for helping out!
If it is not yet possible: I think it would be a great additional feature for future versions.