Is want to send the content-length header with incorrect body length
I did try use Prepared Requests
But when trying set
prepped.headers['Content-Length'] = 2
And set this body for request
testtest
it will send te
only and i want to send testtest
with Conten-Length: 2