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
After setting this plugin, it will generate Unknown key: SameSite = None
Unknown key: SameSite = None
Detail is in fluent/fluentd-docker-image#240
The text was updated successfully, but these errors were encountered:
I guess, the error should come from this
https://github.com/nahi/httpclient/blob/4658227a46f7caa633ef8036f073bbd1f0a955a2/lib/httpclient/webagent-cookie.rb#L203
And from this reply, we can know, set disable_cookies to true can fix this.
disable_cookies
true
May I know this is the right solution? I think we do not need enable the cookie.
Sorry, something went wrong.
Hi @yfractal
Yes, you can disable cookies. Cookies are coming from AWS ELB and we do not use it in order to process data.
Here is related upstream issue (about warnings), but it doesn't look to be fixed anytime soon: nahi/httpclient#415
No branches or pull requests
After setting this plugin, it will generate
Unknown key: SameSite = None
Detail is in fluent/fluentd-docker-image#240
The text was updated successfully, but these errors were encountered: