[New-bugs-announce] [issue35153] Allow to set headers in xmlrpc.client.ServerProxy

Cédric Krier report at bugs.python.org
Sat Nov 3 07:26:11 EDT 2018


New submission from Cédric Krier <cedric.krier at b2ck.com>:

If we want to support other authentication method than basic, we need to be able to set headers to the request sent.
I propose to add an argument headers to ServerProxy which is a list of header tuples that will be put as header.

----------
components: Library (Lib)
messages: 329191
nosy: ced
priority: normal
severity: normal
status: open
title: Allow to set headers in xmlrpc.client.ServerProxy
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35153>
_______________________________________


More information about the New-bugs-announce mailing list