That's good to know; and a great feature. springframework is a great library
Type: Posts; User: kireol; Keyword(s):
That's good to know; and a great feature. springframework is a great library
Thank you Roy. That worked! Usually I'm good at reading the instructions. Guess I fell a bit short here.
Reading my headers, it's reporting the correct number of bytes in the header. But the body is empty.
Header:
<200 OK,{Date=[Thu, 29 Nov 2012 16:26:06 GMT], Server=[Apache],...
well, it appears I copied a few bad examples as this line was missing: template.setRequestFactory(new HttpComponentsClientHttpRequestFactory());
adding that line in fixes the issue
I've read and tried just about every solution on the internet for doing this, and they all seem to produce an exception for me. I am successfully doing a GET but can't seem to get a POST to work.
...