Feature: Implement custom SocketIO Headers #22
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DGNum/uptime-kuma-api#22
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/custom-headers"
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?
This PR would allow to pass additional Headers to the initial SocketIO connect request.
It would allow for alternative authorization ways like Basic-Auth or Bearer Tokens which might be required if you use Uptime-Kuma behind a reverse proxy.
Use case and workaround is described in #20
Thanks and sorry for the delay.