Replies: 3 comments 8 replies
-
Hi, what is the side effect that you are observing ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@brunolmfg Would it make sense then to add the same site parameter when creating a cookie from the code ? |
Beta Was this translation helpful? Give feedback.
4 replies
-
I had the same problem and I resolved adding cookies to active
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks!
I've tried use the SameSite cookies feature but discovered that RestEasy Classic and Reactive generate the
Set-Cookie
header directly, avoiding the processing inVertxHttpRecorder
handlers.Is there any other approach using RestEasy Classic or Reactive to provide SameSite cookies?
Beta Was this translation helpful? Give feedback.
All reactions