Re: authenticated https post

2006-11-01 Thread Assaf Lavie
On Nov 1, 3:28 pm, "Assaf Lavie" <[EMAIL PROTECTED]> wrote: > I think that library is obsolete. It uses http, instead of https. > > On Nov 1, 3:00 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > > > assaf wrote: > > > I'm trying to use Python to work with del.icio.us's API. > > > Basically, I need

Re: authenticated https post

2006-11-01 Thread Assaf Lavie
I think that library is obsolete. It uses http, instead of https. On Nov 1, 3:00 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > assaf wrote: > > I'm trying to use Python to work with del.icio.us's API. > > Basically, I need to be able to do a simple https post, with > > username/password authentic

Re: authenticated https post

2006-11-01 Thread Fredrik Lundh
assaf wrote: > I'm trying to use Python to work with del.icio.us's API. > Basically, I need to be able to do a simple https post, with > username/password authentication. > (For those interested, the del.icio.us API is here: > http://del.icio.us/help/api/) > > I can't for the life of me find a si

authenticated https post

2006-11-01 Thread assaf
(warning Python newbie) I'm trying to use Python to work with del.icio.us's API. Basically, I need to be able to do a simple https post, with username/password authentication. (For those interested, the del.icio.us API is here: http://del.icio.us/help/api/) I can't for the life of me find a simpl