Ticket #5148 enhancement new

Opened 2 years ago

Last modified 2 days 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 Branch: branches/http-client-auth-5148-3
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 23 months 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 7 weeks ago by jonathanj

  • keywords agent added

5

Changed 6 weeks ago by jesstess

  • cc jesstess added

6

Changed 2 days 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'

Note: See TracTickets for help on using tickets.