i m performing one POST request where i dont need "Content-Length" in headers as it is automatically assigned. And i have used "configure charset = null" in the code, still it is passing " Content-Length: 70" in the header.
please let me know how to remove "Content-Length" from header ?
thanks