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
Yet the request is always made to http://mysite.org/api/v1/swagger.json over plain HTTP. This breaks on production for me since the whole site is served over blanket HTTPS. Anything I can do to convince swagger-ui to actually request the swagger spec from the URL passed in :)?
(This may actually be a swagger-js issue but I'm really not familiar enough with this set of projects yet to be able to tell that on my own.)
The text was updated successfully, but these errors were encountered:
I'm building the
url
param passed to the SwaggerUI constructor dynamically:console.log-ing that results in https://mysite.org/api/v1/swagger.json
Yet the request is always made to http://mysite.org/api/v1/swagger.json over plain HTTP. This breaks on production for me since the whole site is served over blanket HTTPS. Anything I can do to convince swagger-ui to actually request the swagger spec from the URL passed in :)?
(This may actually be a swagger-js issue but I'm really not familiar enough with this set of projects yet to be able to tell that on my own.)
The text was updated successfully, but these errors were encountered: