Replies: 1 comment 1 reply
-
Hey @Mr-EmPee! I'm here to help you with your technical questions and bug fixes while you wait for a human maintainer. Let's solve this together! A similar issue was discussed in a closed thread titled "Request Header Fields Too Large. StatusCode: 431" [1]. Although it doesn't provide a solution, it might be related to the problem you're experiencing with large headers or cookies. The "400 Bad Request" error you're encountering, along with the loop in the logs, suggests that there might be a misconfiguration causing repeated requests. This can happen if the To address the loop and the "Request Header Or Cookie Too Large" error, consider the following steps:
By addressing these areas, you should be able to resolve the loop and the header size issue. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
The plugin openid-connect provides an internal route "/logout" but I want to modify the response headers of that route how do i do it?
The first thing I tried was
But when I try to logout there is now an error:
From the logs it also seems that it goes into a loop?
Beta Was this translation helpful? Give feedback.
All reactions