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
The "Cookie" header is not automatically added to the redirected address.
Step-by-step reproduction instructions
When I inspected the requests with Burp, the redirected address was not receiving the "Cookie" header. However, when I changed the user agent, the user agent was indeed changing.
Expected behavior (be clear and concise)
The addition of the "Cookie" header to the redirected address.
How is http-proxy-middleware used in your project?
pnpm i http-proxy-middleware
What http-proxy-middleware configuration are you using?
Checks
http-proxy-middleware
.Describe the bug (be clear and concise)
The "Cookie" header is not automatically added to the redirected address.
Step-by-step reproduction instructions
When I inspected the requests with Burp, the redirected address was not receiving the "Cookie" header. However, when I changed the user agent, the user agent was indeed changing.
Expected behavior (be clear and concise)
The addition of the "Cookie" header to the redirected address.
How is http-proxy-middleware used in your project?
What http-proxy-middleware configuration are you using?
What OS/version and node/version are you seeing the problem?
Additional context (optional)
No response
The text was updated successfully, but these errors were encountered: