HPE_UNEXPECTED_CONTENT_LENGTH : Content-Length can't be present with Transfer-Encoding #974
Unanswered
sanket-farande
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to resolve this issue ?
onProxyRes : responseInterceptor( res.removeHeader('Content-Length'); OR delete proxyRes.headers['transfer-encoding']; OR res.removeHeader('Transfer-Encoding'); )
Beta Was this translation helpful? Give feedback.
All reactions