Failed to fetch remote schema on http://bigstickcarpet.com/swagger-parser/www/index.html
Failed to fetch http://s.natalian.org/2016-04-25/v.yaml
Why ?
This error is coming from your browser, not from Swagger Parser. If you check the developer console, I suspect you'll see an error message like this one:
That's a CORS error, which means that CORS is not enabled (or not properly configured) on the s.natalian.org server
I'm going to leave this issue open and mark it as an "enhancement". I'll see if there's a way to add code to Swagger Parser to detect CORS errors and show a better, more informative error message.
Any updates on this? I'm having the same issue.
@dpmartin990 - Check your browser console for errors. You may need to enable CORS on your server
I am running into the issue where the browser is not making an options request to my hosted swagger file.
IE: running on http://localhost:8080, Cors properly configured at http://example.com/openapispec.json but because there is no OPTIONS request, the browser is failing CORS.
This may have been the original issue.