http_auth::basic_authentication_decode (public)
http_auth::basic_authentication_decode authorization
Defined in packages/acs-tcl/tcl/http-auth-procs.tcl
Implements decoding of authorization header as defined in RFC 7617 "username" containing a colon character is invalid (see RFC 7617, Section 2).
- Parameters:
- authorization (required)
- content of "Authorization:" reply header field, such as e.g. "Basic 29234k3j49a"
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.