mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #120] Headers & Auth for Webhook #80
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#80
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 @tester22 on GitHub (Apr 2, 2017).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/120
Would be good if it was possible to set basic auth and/or headers to outgoing webhooks.
@cuu508 commented on GitHub (May 8, 2017):
Basic authentication you can already do like so:
@cuu508 commented on GitHub (Nov 10, 2017):
Webhooks now support custom request headers.
Initial implementation by @someposer in PR #140