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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: