Ticket #5148 enhancement new

Opened 2 years ago

Last modified 3 weeks ago

Support HTTP authentication for with twisted.web.client.Agent

Reported by: exarkun Owned by: exarkun
Priority: normal Milestone:
Component: web Keywords: httpclient agent
Cc: jknight, jesstess, jonathan@… Branch: branches/http-client-auth-5148-3
(diff, github, buildbot, log)
Author: exarkun, glyph Launchpad Bug:

Description

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.

Change History

1

Changed 2 years ago by DefaultCC Plugin

  • cc jknight added

2

Changed 2 years ago by exarkun

  • branch set to branches/http-client-auth-5148
  • branch_author set to exarkun

(In [32117]) Branching to 'http-client-auth-5148'

3

Changed 2 years ago by exarkun

  • branch changed from branches/http-client-auth-5148 to branches/http-client-auth-5148-2

(In [32268]) Branching to 'http-client-auth-5148-2'

4

Changed 3 months ago by jonathanj

  • keywords agent added

5

Changed 2 months ago by jesstess

  • cc jesstess added

6

Changed 4 weeks ago by glyph

  • branch changed from branches/http-client-auth-5148-2 to branches/http-client-auth-5148-3
  • branch_author changed from exarkun to exarkun, glyph

(In [38455]) Branching to 'http-client-auth-5148-3'

7

Changed 3 weeks ago by GaretJax

  • cc jonathan@… added
Note: See TracTickets for help on using tickets.