You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great Postman collection. I'm receiving the following error when attempting to send a GET request to Azure ADLS Gen2 storage.
Do you know if there is a difference between standard blob and ADLS Gen2 API that needs adjusting in your script?
<?xml version="1.0" encoding="utf-8"?>
<Error>
<Code>AuthenticationFailed</Code>
<Message>Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId:c4a7afec-a01e-0067-3ea5-75a601000000
Time:2020-08-18T21:18:08.4735449Z</Message>
<AuthenticationErrorDetail>The MAC signature found in the HTTP request '4C4uk2at6O4YXwwu13atahp/uGC4OMMENX8C5nfH8M0=' is not the same as any computed signature. Server used following string to sign: 'GET
x-ms-date:Tue, 18 Aug 2020 21:18:08 GMT
/asdltest/'.</AuthenticationErrorDetail>
</Error>
The text was updated successfully, but these errors were encountered:
I don't know off the top of my head. Similar to #6 can you make sure you're using the latest collection from master branch? There was a fix 6mo ago to fix the signature constructor with content-length (#5).
Hello,
Thanks for the great Postman collection. I'm receiving the following error when attempting to send a GET request to Azure ADLS Gen2 storage.
Do you know if there is a difference between standard blob and ADLS Gen2 API that needs adjusting in your script?
The text was updated successfully, but these errors were encountered: