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
v2.2.0
https
"protocols": ["http", "https"]
http
When ui is served over HTTPS, prefer HTTPS protocol for API requests.
The text was updated successfully, but these errors were encountered:
@c4milo filed an upstream issue, swagger-api/swagger-js#841.
Also, it turns out this is a duplicate of #1670.
Some related reports: #1382, #2025.
Sorry, something went wrong.
fix(swagger): swagger-ui use HTTPS schema over HTTPS
d71df2c
issue: swagger-api/swagger-ui#2342 pr: swagger-api/swagger-js#857
e3a0b8f
No branches or pull requests
Given:
v2.2.0
served overhttps
"protocols": ["http", "https"]
Expected behavior:
https
.Observed behavior:
http
in this case, which fails due to violation of mixed content policy.Proposed fix:
When ui is served over HTTPS, prefer HTTPS protocol for API requests.
The text was updated successfully, but these errors were encountered: