-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
Cookie is invalid #520
Comments
I can't reproduce this. What platform are you on? |
.NET Core 3.1, wpf |
Ah, looking closer at that error message there appears to be a space at the beginning of the cookie name. That's the direct cause of the error. Flurl would not have added that space. Are you hard-coding the cookie name |
If I pass a cookie value as a string then this does not happen |
Um...I'm not sure if that answers the question. Let's try this: can you write an isolated unit test that reproduces this issue? |
Let me know if the latest prerelease resolves this. |
Feel free to re-open if the latest prerelease doesn't resolve this. |
I passed the cookie value into the request header, but when I executed the "POST" method, I received an error as shown below. This error occurs when I pass an object of type Dictionary <string, string>
The text was updated successfully, but these errors were encountered: