Hi,
I'm trying to setup xdata server behind cloudflare tunnel. Server works okay, but if I try swaggerui I get error
Fetch error
Failed to fetch http://myserver.skj.fi/api/demodata/openapi/swagger.json
Fetch error
Possible 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.
I tried to add forward middleware but it didn't help.
Requests header have
GET https://myserver.skj.fi/api/demodata/swaggerui HTTP/1.1
Host: myserver.skj.fi
in javascriptcode generated by xdataserver ( i assume) url is
var url = "http://myserver.skj.fi/api/demodata/openapi/swagger.json"