【发布时间】:2019-12-07 04:18:25
【问题描述】:
我正在尝试使用用于 Azure 存储模拟器共享密钥身份验证的 Azure 存储模拟器的固定帐户/密钥进行身份验证。
发送匿名请求时,我得到正确的响应
但是在添加授权标头时我得到:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code>InvalidAuthenticationInfo</code>
<message xml:lang="en-US">Authentication information is not given in the correct format. Check the value of Authorization header.
RequestId:6d2cc79e-6bce-451c-a6f0-f10e0876f640
Time:2019-07-29T19:22:48.6402756Z</message>
</error>.
关于如何解决这个问题的任何想法?我遵循了文档,但没有运气。
【问题讨论】:
标签: azure rest http-headers postman azure-storage-emulator