Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large cookie #1834

Open
kramerrs opened this issue Feb 3, 2025 · 0 comments
Open

Large cookie #1834

kramerrs opened this issue Feb 3, 2025 · 0 comments

Comments

@kramerrs
Copy link

kramerrs commented Feb 3, 2025

I am using Shiny for Python in a ShinyProxy framework. Once the user is authenticated it tries to form the web socket connection with Shiny for Python. I have a number of different users that are successfully able to connect to either R/Shiny or Shiny for Python. This user however is unable to do so though he is able to connect with R/Shiny apps. The biggest difference appears to be that this user has a very large number of SAML roles to the tune of 22,152 characters.

Are there some character limits in the headers? I perused the shiny for python github code, and there are some content-length code, however I was unable to discern if this was relevant. I know in R/Shiny many of the libraries have issues with content length. In this situation filter/modifying the cookie isn't very feasible, since I have already cleaned up the headers with the edge router. It's really between ShinyProxy and Shiny for Python that there is an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant