azure - HTTP 基本身份验证和 Azure 函数

标签 azure azure-functions

在具有 HTTP 触发器的 Azure Functions 中,HttpRequestMessage 实例中的何处是基本 HTTP 身份验证方案中的凭据(用户名和密码)?

最佳答案

我能够在以下位置找到以 base64 编码的用户名:密码字符串:

request.Headers.Authorization.Parameter

其中 requestHttpRequestMessage 的实例

关于azure - HTTP 基本身份验证和 Azure 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50088824/

相关文章:

asp.net - Azure Functions 中的 DI

Azure VM - 为什么 FTP 传输会导致完全断开连接?

git - 如何将 tfvc 迁移到 Git(包括历史记录)

azure - 定价层与服务层与实例大小

Azure 函数给出 "The ' 代码'HTTP 请求中提供的查询参数与预期值不匹配。”

python - 函数/主机 key 是否可以在用 Python 编写的 Azure 函数中直接使用?

Azure DevOps Pipeline 创建空 zip

c# - 在 Visual Studio Mac 中找不到命名空间 Microsoft.Azure

visual-studio - Azure Functions Visual Studio 2015 智能感知

azure - Azure Function 执行上下文中有多少本地磁盘可用