We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The README says:
If you enter an api key in swagger-ui, it sends a parameter named 'api_key' as a query (or as a header param if you've enabled it as described above).
But although I set "supportHeaderParams" to true, it seems "api_key" is still passed as a query parameter.
The text was updated successfully, but these errors were encountered:
4570b99
@Rinzwind There was a bug in swagger.js which was causing this. It'll be great if you could pull the latest swagger-ui master and confirm. Thanks.
Sorry, something went wrong.
closes swagger-api#46
92db8db
No branches or pull requests
The README says:
But although I set "supportHeaderParams" to true, it seems "api_key" is still passed as a query parameter.
The text was updated successfully, but these errors were encountered: