infobloxopen / infoblox-swagger-wapi

Swagger documentation for Infoblox grid REST APIs
16 stars 6 forks source link

CORS - How to? #7

Open Wallpix opened 2 years ago

Wallpix commented 2 years ago

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?

philuxe commented 2 years ago

same problem