Re: cannot download mbox with python

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Pierre Forstmann <pierre(dot)forstmann(at)gmail(dot)com>
Cc: pgsql-www(at)postgresql(dot)org
Subject: Re: cannot download mbox with python
Date: 2023-12-07 16:06:11
Message-ID: EB2B3047-FAB1-4F5A-A535-6C3A82DFD945@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

> On 7 Dec 2023, at 16:34, Pierre Forstmann <pierre(dot)forstmann(at)gmail(dot)com> wrote:
>
> Hello,
>
> I'm trying to download
> https://www.postgresql.org/list/pgsql-bugs/mbox/pgsql-bugs.202312
> with following code using my postgresql.org account:
>
> print(url + '... ')
> response = requests.get(url, auth=('xxx','yyy'))

I'm not very well versed in Python, but isn't this for doing plain HTTP auth?
The postgresql.org account does not support http auth, you need to login and
create a session.

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Pierre Forstmann 2023-12-07 16:39:18 Re: cannot download mbox with python
Previous Message Pierre Forstmann 2023-12-07 15:34:26 cannot download mbox with python