go-webhookd icon indicating copy to clipboard operation
go-webhookd copied to clipboard

run daemon in https and automatic https

Open dfang opened this issue 4 years ago • 3 comments

insecure receiver listens on http port, the url will be like http://IP:PORT, you can't send ajax requests on a https page.

automatic https support like caddy, and with auth token in header would be better .....

no need to remove insecure receiver, it's best for testing

dfang avatar Jul 21 '20 02:07 dfang