Re: HttpClient 4.0 httppost with parameters

2009-10-27 Thread Oleg Kalnichevski
Tobias Frei wrote: Hello together, i am a new subsciber to this mailing list and i hope that anyone can help. I am trying to simulate a login to a webpage via a httppost-request. When i send the post, i cannot see the pair parameter/value in the post-data section of my http sniffer. When i try

Re: HttpClient 4.0 httppost with parameters

2009-10-27 Thread Charles François Rey
I've tried your example and I do see the parameters in the analyzer (I use WireShark). Keep in mind that the actual http request and the content can be split across multiple frames, so be sure to examine the reassembled data, not below the TCP level. The content-length of 23 corresponds eff