mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #1234] Add CORS header to /api/v3 #832
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#832
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @musa11971 on GitHub (Nov 28, 2025).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1234
I am trying to retrieve the status of a check in the browser (front-end). I have a static blog, so proxying it through a server is not an option. The check information is not sensitive, so I feel like this should be allowed? The API key used is read-only. Would like to hear your thoughts.
JavaScript example:
Dirty workaround
Not a big fan of this, but
cors-anywherecould be used to bypass it for this specific call.@cuu508 commented on GitHub (Dec 1, 2025):
The first snippet works if you remove the Content-Type request header.