Dear Colleagues, I'm getting 411 error for the put and post operation.Even if I pass content-length header and pass the value.I'm still getting the same issue .
I also tried setting
HTTPConduit conduit = WebClient.getConfig(rsClient).getHttpConduit();
conduit.getClient().setAllowChunking(false);
Can you please help with this REST client handles this automatically for the
same API.I would want to achieve the similar behaviour
Thanks,
Aparna
