You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature / enhancement and how it would improve things
Hey,
I can't get it implemented myself but could you add in your example for C# how I can modify cookies that are sent? I would prefer a method to permanently change a cookie until it is set again.
Describe how your proposal will work, with code and/or pseudo-code
Like on normal HttpClient
HttpCookie cookie = Request.Cookies["testcookie"];
cookie.value = "some new cookie value";
The text was updated successfully, but these errors were encountered:
Describe the feature / enhancement and how it would improve things
Hey,
I can't get it implemented myself but could you add in your example for C# how I can modify cookies that are sent? I would prefer a method to permanently change a cookie until it is set again.
Describe how your proposal will work, with code and/or pseudo-code
Like on normal HttpClient
HttpCookie cookie = Request.Cookies["testcookie"];
cookie.value = "some new cookie value";
The text was updated successfully, but these errors were encountered: