Using Httpwebrequest to Submit multipart/form-data
From: Gregory A Greenman (see_at_sig.below)
Date: 10/11/04
- Next message: benoit laude: "system.management for logical drives"
- Previous message: Bonj: "Re: sizeof"
- Next in thread: Joerg Jooss: "Re: Using Httpwebrequest to Submit multipart/form-data"
- Reply: Joerg Jooss: "Re: Using Httpwebrequest to Submit multipart/form-data"
- Reply: Sean McCormack: "RE: Using Httpwebrequest to Submit multipart/form-data"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 11 Oct 2004 10:53:15 GMT
I'm trying to write a program in vb.net to automate filling out a
series of forms on a website. There are three forms I need to
fill out in sequence. The first one is urlencoded. My program is
able to fill that one out just fine.
The second form is multipart/form-data. Unfortunately, I haven't
been able to fill that out in a way that makes the server happy.
I set up a copy of this form at my web site so that I could see
exactly what a browser sends to the server and compare that to
what my program sends. I saw a few mistakes in my program and I
fixed them, but the real web site still rejects my program's
submissions.
As best I can tell, the contents that my program submits are
identical to the contents submitted by a browser. Is there
anything else that might be causing my problem?
Thanks for any help.
-- Greg ---- greg -at- spencersoft -dot- com
- Next message: benoit laude: "system.management for logical drives"
- Previous message: Bonj: "Re: sizeof"
- Next in thread: Joerg Jooss: "Re: Using Httpwebrequest to Submit multipart/form-data"
- Reply: Joerg Jooss: "Re: Using Httpwebrequest to Submit multipart/form-data"
- Reply: Sean McCormack: "RE: Using Httpwebrequest to Submit multipart/form-data"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|