Forum Discussion
No RepliesBe the first to reply
Related Content
- 4 years ago
- 2 years ago
- 3 years ago
- 5 years ago
Recent Discussions
- 2 days ago
- 3 days ago
- 6 days ago
Hi all. I have swagger-editor hosted at my hosting provider, accessible from mydomain/API.
The editor functions fine, but when I try to execute any of the queries in the preview pane I get
Origin http://mydomain.com is not allowed by Access-Control-Allow-Origin
Before I investigate enabling CORS at my host, can anyone tell me why it's complaining about something it thinks originates from its own domain? I understand that my actual API definition (from the editor) is stored locally under the browser's local storage; does that have anything to do with it?