Bart Whiteley wrote:
> On Wed, 2007-04-25 at 23:30 -0300, Sidnei da Silva wrote:
> > Subclass HTTPConnection and implement your own send()?
>
> Yes. That seemed to be the best (or only) solution. I believe anyone
> using HTTPConnection for a POST where authentication may be required
> will have
On Wed, 2007-04-25 at 23:30 -0300, Sidnei da Silva wrote:
> Subclass HTTPConnection and implement your own send()?
Yes. That seemed to be the best (or only) solution. I believe anyone
using HTTPConnection for a POST where authentication may be required
will have to do the same thing.
>
> On 4