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
If basePath (swagger.api.basepath) is relative (e.g. /api) and swagger-ui is served on HTTPS as well as api-docs and real api then swagger-ui always use HTTP instead of HTTPS.
Swagger-UI should handle relative basePath properly.