I am sending a POST with HttpClient and it is not working. I can do the command manually from the web page using Firefox or IE and it works fine. I capture the packets both ways with Ethereal/Wireshark and the only difference is that HttpClient puts everything in one packet and the browsers both create 2 packets for the POST. I assume this is the problem because everything else looks identical in the POST. Wireshark indicates the 2nd packet is a "Continuation or non-HTTP traffic (application/x-www-form-urlencoded)". The 2nd packet that the browsers generate contains the POST payload. This payload is contained at the end of the single packet HttpClient sends so the payload is definitely included both ways and is correct. Ideas? Andrew
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
