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
My swagger spec declares http and https, in that order.
When I access my app over over TLS, swagger-js attempts to use http and so the browser stops it from doing so. Can we make it so that it gives priority to location.scheme instead?
The text was updated successfully, but these errors were encountered:
My swagger spec declares http and https, in that order.
When I access my app over over TLS, swagger-js attempts to use http and so the browser stops it from doing so. Can we make it so that it gives priority to location.scheme instead?
The text was updated successfully, but these errors were encountered: