Ticket #5148 enhancement new

Opened 2 years ago

Last modified 5 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 Branch: branches/http-client-auth-5148-2
Author: exarkun 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 6 weeks ago by jonathanj

  • keywords agent added

5

Changed 5 weeks ago by jesstess

  • cc jesstess added
Note: See TracTickets for help on using tickets.