Is there a way to process cookies before they are handed to the Shiny server. I am running into an issue with unusually long user groups 22,152 characters. It works fine in R/Shiny, but not in Shiny for Python. I am already using an edge router to clean up third party cookies, but this one is between ShinyProxy and Shiny for Python and isn’t allowing the connection to form, though the user is able to connect fine with R/Shiny.
Not to cross post, but I have already posted an issue in Shiny for Python, where I think the issue originates, and I was just wondering if there was a way to use a Spel expression or something to process all these roles before they get there.