Feature: Implement custom SocketIO Headers #22

Merged
hegerdes merged 1 commit from feature/custom-headers into master 2023-04-07 21:08:13 +02:00
hegerdes commented 2023-04-07 13:40:03 +02:00 (Migrated from github.com)

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

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
lucasheld commented 2023-04-07 21:08:49 +02:00 (Migrated from github.com)

Thanks and sorry for the delay.

Thanks and sorry for the delay.
Sign in to join this conversation.
No description provided.