R
Randy
Is it possible to view the stream that is being POSTed to URI when using
HttpWebRequest class? If so, how? I'm posting MIME encoded key/value data
to a website. I want to verify that the stream looks something like this...
--------7cf2a327f01ae
Content-Disposition: form-data; name="login"
username
--------7cf2a327f01ae
Content-Disposition: form-data; name="pass"
password
Thanks,
-Randy
HttpWebRequest class? If so, how? I'm posting MIME encoded key/value data
to a website. I want to verify that the stream looks something like this...
--------7cf2a327f01ae
Content-Disposition: form-data; name="login"
username
--------7cf2a327f01ae
Content-Disposition: form-data; name="pass"
password
Thanks,
-Randy