Re: cannot download mbox with python

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: cannot download mbox with python
Дата
Msg-id EB2B3047-FAB1-4F5A-A535-6C3A82DFD945@yesql.se
обсуждение исходный текст
Ответ на cannot download mbox with python  (Pierre Forstmann <pierre.forstmann@gmail.com>)
Ответы Re: cannot download mbox with python
Список pgsql-www
> On 7 Dec 2023, at 16:34, Pierre Forstmann <pierre.forstmann@gmail.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




В списке pgsql-www по дате отправления:

Предыдущее
От: Pierre Forstmann
Дата:
Сообщение: cannot download mbox with python
Следующее
От: Pierre Forstmann
Дата:
Сообщение: Re: cannot download mbox with python