generator-swaggerize
generator-swaggerize copied to clipboard
Always returning 401 Unauthorized with a basic authorization securityDefinitions
I have included securityDefinitions in a swagger file with type basicAuth and specified the "x-Authorization" into it. When i hit the handler i am getting 401 Unauthorized status, even if i pass header with Authorization : Basic key, Any idea why this is happening?