We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
Chromimum browser for Ubuntu 24 returns an error: Request Header Fields Too Large for the consent flow POST request ⛔
Request Header Fields Too Large
consent
Presumably, the reason is the cookie size is TOO large 🙄
Attached cookies
mp_sess
mp_consent_csrf_dev
Screenshots
kratos
hydra
login
register
// get consent cookie from headers var cookie string c.Request().Header.VisitAllCookie(func(_key, value []byte) { key := string(_key) if strings.Contains(string(key), "consent") || key == browserSession { cookie += fmt.Sprintf("%s=%s;", key, string(value)) } })
2025-01-16T15:35:46.256+0300 DEBUG idp consent cookie {"cookie": "mp_sess=MTczNzAzMDk0NXxRNFZGb1ppVkpfWkllV0N2VV9rcENyMkRQU1c0bFhnUlNsZjdWdU1pWFVjaVVLSVZZLXJRdEU4MXNqMTZUZmp4akZQejY5d2gtdFNZZk10SFVyMURkcG9LYUYwbTIzWlFNZFhsc05hUGtrT1JvcGxic2UzMDNPaTNuOWpnRkZtZFplWVExem1iNnc0Y2wzZG1NY0lESXFsRUtIcXp6ZC1OZnUyWUM4VmFBbTdYdVk5b3NZSmdRTThOcno0X095MXJtLWVPQzhNRDlsdE5PZklERGRDMXdqeVZkZmdrM0FSTXB1SVE0Zko0Sjk4cHRCbEg3N1V3aGxEdjlwTDZZVzBwXzhFOXA1V08yVndaVUEtU3dvRXF8XwSlDArXO23vikHahSg6_SjDMRn7Lq2g2Thrs-Nlrjk=;mp_consent_csrf_dev_4001632846=MTczNzAzMDk0NXxLUFI4RXo0X2Nrb3NJWE95TGNYOWlybmZsVkJ2bWpETjZqYi1KcUU1dEt3SU9GV2lJekZLUW1MUVBNbk1Qc2VUNGdFdGlaRzhwYmIzRkhKV09KcWxQUnRIWWJ4MVdQMHFJa1FSYWthNENpbndXVHNxZVgyVEg3YXRsSTFtfF15oJHnE2j08LmTrrRIT-2RP39QUXuLJm8fiTEyJjg3;"} 2025-01-16T15:35:46.433+0300 DEBUG idp requested scope {"scope": "openid"} 2025-01-16T15:35:46.433+0300 DEBUG idp requested scope {"scope": "offline"}
serve: cookies: names: session: mp_sess login_csrf: mp_login_csrf consent_csrf: mp_consent_csrf
v2.3.0-pre.1
None
OS: Ubuntu 24.04
Browser : 131.0.6778.264 Kratos: v1.3.1 Hydra: v2.2.3-pre.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight checklist
Ory Network Project
No response
Describe the bug
Chromimum browser for Ubuntu 24 returns an error:
Request Header Fields Too Large
for theconsent
flow POST request ⛔Presumably, the reason is the cookie size is TOO large 🙄
Attached cookies
mp_sess
in my requestmp_consent_csrf_dev
Screenshots
Reproducing the bug
kratos
andhydra
login
,register
andconsent
flowsRelevant log output
Relevant configuration
Version
v2.3.0-pre.1
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
OS: Ubuntu 24.04
Browser : 131.0.6778.264
Kratos: v1.3.1
Hydra: v2.2.3-pre.1
The text was updated successfully, but these errors were encountered: