-
Notifications
You must be signed in to change notification settings - Fork 351
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
feature: dropRequestCookie filter #2410
Conversation
Signed-off-by: Sandor Szücs <[email protected]>
arg: "foo", | ||
cookies: http.Header{ | ||
"Cookie": []string{ | ||
"foo=foo1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add more test cases that contain multiple cookies per value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there could also be several cookies with the same name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
👍 |
feature: dropResponseCookie Signed-off-by: Sandor Szücs <[email protected]>
Signed-off-by: Sandor Szücs <[email protected]>
Signed-off-by: Sandor Szücs <[email protected]>
Signed-off-by: Sandor Szücs <[email protected]>
Signed-off-by: Sandor Szücs <[email protected]>
…delete tests that are not testing the right format Signed-off-by: Sandor Szücs <[email protected]>
👍 |
1 similar comment
👍 |
feature: dropRequestCookie filter
closes #2349