Azure storage - disable use of authorization header -
Is it possible to configure the Azure archive to ignore the contents of the authority HTTP header? It seems that Azure always tries to use Hemara, even if it is configured for anonymous access and receives a pure GET request. Leaving the field blank is not an option in my scenario.
- Configure Ezur for unknown access.
- Use a plugin like Postman to create a GET request.
- Set the "Authorization" header for the value such as "This is a non-blue related authority header which is part of the request for technical reasons."
- The ezur reacts with HTTP status code 400.
Request without authorization header:
Request with Authorization Header:
Comments
Post a Comment