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
Hi, as of now, you can send one header by default in swagger-ui, am looking into sending multiple headers by default.
The idea is that an api_key can be sent in every request from the UI, from the api key input box. You can configure this to send an authorization header like BasicAuthentication, though, like such:
That says "the key to send by default" is Authorization and the value is in the headers hash. Finally, you have to enable sending the header by default, which is the supportHeaderParams value.
I've downloaded latest version from git, configured it this way:
And Swagger is not sending headers. Am I missing something?
The text was updated successfully, but these errors were encountered: