Page MenuHomePhabricator

Support HTTP basic auth in HTTPFuture
ClosedPublic

Authored by epriestley on Mar 26 2014, 10:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 24, 11:37 AM
Unknown Object (File)
Sat, Feb 22, 11:24 PM
Unknown Object (File)
Tue, Feb 11, 2:13 AM
Unknown Object (File)
Sun, Feb 9, 12:02 PM
Unknown Object (File)
Sun, Feb 9, 12:02 PM
Unknown Object (File)
Sun, Feb 9, 12:02 PM
Unknown Object (File)
Jan 31 2025, 8:13 PM
Unknown Object (File)
Jan 24 2025, 12:35 AM
Subscribers

Details

Summary

Ref T4590. We already sort of support this for Conduit, push the support a little bit deeper.

Test Plan

Added basic auth across my entire nginx. Requests with no auth or with the wrong auth failed; requests with the right auth worked.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Support HTTP basic auth in HTTPFuture.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 26 2014, 10:53 PM
epriestley updated this revision to Diff 20464.

Closed by commit rPHU7a4f46251c21 (authored by @epriestley).