Hi.
I noticed that sending a request through my proxy with these headers
- Content-Length: value
- Transfer-Encoding: value
The message arrived on the other side as such - Transfer-Encoding: value
For a very specific setup, I would like to disable this. So I’d like for that header to remain. Is that possible somewhere?
Note: I am aware that this has impact on my security. That’s okay.