-
Notifications
You must be signed in to change notification settings - Fork 229
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
Cannot edit cookies. #449
Comments
I think this PR will address this issue: #455 |
@dElogics you should understand the difference between custom cookies ('CURLOPT_COOKIE') and cookies in the internal engine ( See this. Also note that |
Thanks for clarifying. I tried it out. Maybe the documentation must be updated? |
After enabling enable_cookies, trying to edit an existing (automatically set) cookie does not work. cookie= has no affect; it does not alter the stored cookie.
Tried with curb 1.0.5 on Ruby 3.1
The text was updated successfully, but these errors were encountered: