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, Jun 30, 10:41 PM
Unknown Object (File)
Jun 29 2025, 9:07 PM
Unknown Object (File)
Jun 9 2025, 2:06 AM
Unknown Object (File)
May 31 2025, 4:52 AM
Unknown Object (File)
May 30 2025, 10:02 PM
Unknown Object (File)
May 29 2025, 8:20 PM
Unknown Object (File)
May 8 2025, 12:29 PM
Unknown Object (File)
May 6 2025, 1:47 PM
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).