[Prev][Next][Index][Thread]
Re: Making POST (and PUT) requests
-
To: www-lib@w3.org
-
Subject: Re: Making POST (and PUT) requests
-
From: Erik Selberg <speed@cs.washington.edu>
-
Date: Mon, 22 Jan 1996 17:15:30 PST
-
From speed@cs.washington.edu Mon Jan 22 20: 15:33 1996
-
In-Reply-To: msfriedm@us.oracle.com's message of Mon, 22 Jan 1996 16:22:02 -0800
-
Message-Id: <199601230115.RAA18751@wally.cs.washington.edu>
-
References: <9601230022.AA20548@bingster.oracle.com>
> For the life of me, I can't figure out how to use the 3.0 version of
> the Library to POST (or PUT) documents. I can see the kludgey way that
...
> Is the stuff really there but I haven't found it? Is it there in 3.1?
> Is it there in 4.0?
Ya'know, I'd say that what's needed is some rather obvious tutorials
on how to get a web page source and how to deal with fill-in forms, as
that seems to be the common thing people want to deal with :)
Doing POSTs is pretty much a pain. The way I ended up doing it was
setting the various flags, sticking the postData in the
request->anchor->document field, creating a PostCallback function
which just pushed the document down the stream.
Big pain, if ya ask me. ;)
-Erik
References: