Hello,

> It looks the content in the request is not recognized properly by the other 
> application.
> 
> Is Http Client alters the content before sending?

That depends on how you provide the content to HttpClient.
If you are emulating a web form, you should work through
our Client HTTP Programming Primer:
http://wiki.apache.org/jakarta-httpclient/ForAbsoluteBeginners

> Is there anyway to recognize the content going out during the 
> httpClient.execute(postMethod)?

I'm not sure what you mean with "recognize" here. If you
want to see what exactly HttpClient is sending, you can
enable the wire log:
http://jakarta.apache.org/commons/httpclient/logging.html

hope that helps,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to