aspnet / Proxy

[Archived] Proxy library for ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxy is not forwarding cookies

mkosieradzki opened this issue · comments

Proxy is not forwarding cookies due to a regression in HTTP client.
This is related to dotnet/corefx#16464 .

Current workaround would be to reference specific System.Net.Http 4.3.0.

I have created a regression test for which I will create a pull request. However I would prefer to have my PRs merged earlier.