Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am getting the follwing error while running a job :
tHttpRequest_3 Request failed:411 Content Length Required
Exception in component tHttpRequest_3 .
Please suggest.
(Is there any section where the length can be set?)
Thanks
skp22
Try to use Content-Length
If you are sending empty Request Body use Content-Length:0
Otherwise the length of form data
as Header Key ,"Content-Length"
Has nobody found a solution?
I'm stuck.
Even if i put in the header content-length = "0" or "10"