Checks
Describe the bug (be clear and concise)
fixRequestBody not work,proxyReq.getHeader('Content-Type') result is application/x-www-form-urlencoded; charset=UTF-8
but code is if (contentType === 'application/x-www-form-urlencoded') so not work.
Step-by-step reproduction instructions
Expected behavior (be clear and concise)
none
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
Checks
http-proxy-middleware.Describe the bug (be clear and concise)
fixRequestBody not work,proxyReq.getHeader('Content-Type') result is
application/x-www-form-urlencoded; charset=UTF-8but code is
if (contentType === 'application/x-www-form-urlencoded')so not work.Step-by-step reproduction instructions
Expected behavior (be clear and concise)
none
How is http-proxy-middleware used in your project?
What http-proxy-middleware configuration are you using?
noneWhat OS/version and node/version are you seeing the problem?
Additional context (optional)
No response