I'm running into issues that are related to CORS. I am able to get to the point where I can execute I call but I always get 'TypeError: NetworkError when attempting to fetch resource' which, from what I could gather, is related to Cross-Origin Resource Sharing. We use a custom certificate on our Grid Master, certificate that I do have on my machine/browser (Firefox) but the swagger container does not have a certificate and runs on port 80. Is there a simple way to fix this?
I'm running into issues that are related to CORS. I am able to get to the point where I can execute I call but I always get 'TypeError: NetworkError when attempting to fetch resource' which, from what I could gather, is related to Cross-Origin Resource Sharing. We use a custom certificate on our Grid Master, certificate that I do have on my machine/browser (Firefox) but the swagger container does not have a certificate and runs on port 80. Is there a simple way to fix this?