Hello,
unit XData.SwaggerUI.Service.Internal
variable url in code below, is set to http:// although the URL used is http secure https://
code:
window.onload = function() {
var url = "http://../openapi/swagger.json"
var swaggerOptions = {
url: url,
displayOperationId: true,
docExpansion: "list",
Is returning the following browser ERROR Message when trying to call (https://........./swaggerui)
Failed to load API definition.
Fetch errorFailed to fetch http://../openapi/swagger.json
Fetch errorPossible mixed-content issue? The page was loaded over https:// but a http:// URL was specified. Check that you are not attempting to load mixed content.
Costas Economopoulos
Lysp Ltd