mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #436] Document the handling of confirmation links #327
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#327
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 @cuu508 on GitHub (Sep 30, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/436
When a ping body contains the word "confirm", Healthchecks assumes it might contain a confirmation link. To draw user's attention to it, it shows a badge in the dashboard:
The badge is not explained anywhere on the site or in the documentation.
@cuu508 commented on GitHub (Oct 14, 2020):
Added an informative tooltip:
@anxodio commented on GitHub (May 21, 2024):
Hi! Why it's important to show a badge if the body contains the word "confirm"? What's the intention? Thank you :)
@cuu508 commented on GitHub (May 22, 2024):
@anxodio the specific use case I had in mind was AWS SNS and webhook subscriptions.
In AWS SNS you can create a Topic and create Subscriptions for that topic. Among the supported subscription types is HTTP and HTTTPS: when a message is posted to the topic, AWS SNS will send an HTTP(S) request to the nominated URL.
When you first create a HTTP(S) subscription, AWS SNS will first send a special request to the URL which contains a confirmation link. Once the confirmation link is clicked, the subscription is active. The message payload looks like this:
The "confirmation link" badge is meant to draw user's attention to the fact that the ping body contains the word "confirm" and so perhaps there's a confirmation link in there, that needs to be acted upon.
@anxodio commented on GitHub (May 22, 2024):
Thank you for the explanation @cuu508 :)
We have some ping bodies that contain the word confirm but it's not a confirmation link, but knowing that it is not important, we can simply ignore the badge