CORS
Modern browsers have a security functionality (called the same-origin policy) which restricts web applications in one domain from accessing resources in another. Without the same-origin policy, it would be much easier for malicious websites to access resources from remote servers. Cross-origin resource sharing (CORS) allows a back end web resource to allow incoming requests from specific external sources.
When testing through a locally-stored version of our OpenAPI spec, through JavaScript in a browser, or some other testing scenarios, Akoya endpoints may return a CORS error: No Access-Control-Allow-Origin
header is present on the requested resource. This is an expected error.
For more information and links to possible solutions, see Mozilla’s CORS guide, "Cross-Origin Resource Sharing (CORS)."
Change log
Date | Update |
---|---|
2024-Aug-06 | Added dev resources. |
2022-Oct-24 | Original |
Need help?
Check out our Developer Community, or visit the Support Center in the Data Recipient Hub.
Looking for provider nuance documentation?
All provider nuance documentation is available in the Data providers section in the Data Recipient Hub.
Still stuck?
For all production issues, submit a support ticket through the Data Recipient Hub. Our support team is standing by 24/7. Questions and non-production issues will be answered during business hours.
Updated 4 months ago