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.

  1. Configure Ezur for unknown access.
  2. Use a plugin like Postman to create a GET request.
  3. 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."
  4. The ezur reacts with HTTP status code 400.

Request without authorization header: Request without authorization header

Request with Authorization Header: Request with Authorization Header


Comments

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -

import - Python ImportError: No module named wmi -