This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ced
Recipients ced
Date 2018-11-03.11:26:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541244371.62.0.788709270274.issue35153@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-11-03 11:26:11cedsetrecipients: + ced
2018-11-03 11:26:11cedsetmessageid: <1541244371.62.0.788709270274.issue35153@psf.upfronthosting.co.za>
2018-11-03 11:26:11cedlinkissue35153 messages
2018-11-03 11:26:11cedcreate