Ticket #113 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

HttpUtil Should Support HTTP's Basic Auth

Reported by: james@grayproductions.net Assigned to: giblet
Priority: normal Milestone: rbot 1.0
Component: misc Version:
Severity: normal Keywords: basic,auth,HttpUtil
Cc:

Description

I needed basic auth support, so we could monitor our Basecamp feed using a URL like http://user:pass@feed.url.here. The attatched patch modifies the get method to use basic auth when a user name and password are provided.

Attachments

basic_auth.diff (0.7 kB) - added by JEG2 on 09/20/06 17:54:08.
The patch mentioned in the ticket description.

Change History

09/20/06 17:54:08 changed by JEG2

  • attachment basic_auth.diff added.

The patch mentioned in the ticket description.

10/23/06 20:15:22 changed by giuseppe.bilotta

Thanks, applied in [537], also for head() requests.

10/23/06 20:15:50 changed by giuseppe.bilotta

  • status changed from new to closed.
  • resolution set to fixed.