Route requests via Authorization header
Overview
Some requests like git
or Bearer Tokens are sent via the Authorization
header. The Authorization
header can look different depending on it's Bearer
or normal Basic
.
Action Items
-
Add support for Basic
-
Add support for Bearer
requests.
Edited by Thong Kuah