Thread: RE: how to put all cookies in one header field
RE: how to put all cookies in one header
field
United States
2007-09-10 16:52:42
I figured out that I can use HttpMethod.setStrict(boolean)
and it worked.
But this method is marked deprecated and DefaultHttpParams
should be used
instead. How can that be done?