Hi Kedar,
I am using httpclient to talk to a server who drops a really long cookie. HttpClient didn't seem to send like this cookie. Is there any restriction on size of the cookie??
There is no practical limit on the size of the cookie. It just needs to be well formed.
Is there any way I can get dump of all the request together? like method.getRequestBody()??
If you turn on the wire log <http://jakarta.apache.org/commons/httpclient/logging.html> you can get a look at exactly what HttpClient and the server are transmitting. Also, if you post the wire log to the list we will be able to get a better idea of what's going on.
Mike
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
