Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using for ADLS Gen2? #3

Open
ericthomas1 opened this issue Aug 18, 2020 · 1 comment
Open

Using for ADLS Gen2? #3

ericthomas1 opened this issue Aug 18, 2020 · 1 comment
Labels
question Further information is requested

Comments

@ericthomas1
Copy link

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?

<?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>
@kamranayub kamranayub added the question Further information is requested label Feb 19, 2021
@kamranayub
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants