v2 API should support CORS request from status page widget

Issue #4 new
Darcy Parker created an issue

https://bitbucket.org/atlassian/statuspage-status-widget/src/45e02903fccfea51e0c9f9d1c666a259bb4feb98/src/util/fetch_status.ts#lines-20

makes a GET request to https://someStatusPage.statuspage.io/api/v2/summary.json and the response is not accepted in browsers from a cross origin such as https://localhost:9000 because the API’s response does not have Access-Control-Allow-Origin header.

The API should support CORS request from status page widget.

Comments (1)

  1. Log in to comment