-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
post after redirect the response cookie loss #570
Comments
Could you provide more details as to what is happening exactly? What code are you using, what requests are you making, what are the server responses, etc? |
@seanmonstar
the http_client.rs
the main.rs
the result
the postman can get the cookie |
@zhaobingss I have try to copy your code into my machine and run it. But what's strange is that, when I run your code, I can see Would you please check response header fields in your You can just add It seems that the site doesn't returns |
I set client_builder.cookie_store(true), and send a post request after redirect the response cookie loss, the res.headers() got noting, please help.
The text was updated successfully, but these errors were encountered: