Support HTTP authentication for with twisted.web.client.Agent
Open
@exarkun is already working on this.
Since Jun 27, 2022.
enhancement
httpclient
new
priority-normal
twisted.web.client.iagent
web
- Dominant language
- Python
- Stars
- 6k
- Forks
- 1.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 10
Description
| @exarkun reported | |
|---|---|
| Trac ID | trac#5148 |
| Type | enhancement |
| Created | 2011-06-08 14:44:31Z |
| Branch | https://github.com/twisted/twisted/tree/http-client-auth-5148-3 |
There could be a wrapper for Agent, say AuthenticationAgent, which knows how to respond to WWW-Authenticate headers in 401 (Unauthorized) responses by looking up some credentials appropriate to the request and re-issuing it with a properly formatted Authorization header.
Searchable metadata
trac-id__5148 5148
type__enhancement enhancement
reporter__exarkun exarkun
priority__normal normal
milestone__
branch__branches_http_client_auth_5148_3 branches/http-client-auth-5148-3
branch_author__exarkun__glyph exarkun, glyph
status__new new
resolution__None None
component__web web
keywords__httpclient_agent httpclient agent
time__1307544271000000 1307544271000000
changetime__1615755438399937 1615755438399937
version__None None
owner__exarkun exarkun
cc__jknight cc__jesstess cc__GaretJax
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.