I have an API that validates and produces results using the Try this Operation / 'Send Request' button in the application http://editor.swagger.io/#/.
However, the same API definition does not produce results through SwaggerHub / Interactive API Docs tab / 'Try it out!' and SwaggerHub / Editor tab / Send Request. The screen does not report any errors it just shows the animated elipsis forever.
Should I expect those features to work? If it were a cross origin issue I would expect the editor.swagger.io application to fail also. My cors header exceptions are not specific to edtior.swagger.io but are wide open.
Thanks for any help you can provide. Lovely tool!