-
Notifications
You must be signed in to change notification settings - Fork 3
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
Copy the cookies to the proxy request #4
Comments
There are some problems in your solution Cookies are set too earlySince Only a single CookieContainer instanceSince Cookies are still ignored if
|
Hi, i found that the proxy request fail to have the cookies from the original request
I have a fix for that by using
CookieContainer
inHttpClient
Please have a look in my fork, which I only update the ProxyMiddleware.cs
Please check and thank you =]
The text was updated successfully, but these errors were encountered: