Add secret to check
This commit is contained in:
parent
7da531130a
commit
5aa9846b57
|
|
@ -160,6 +160,9 @@ func (handler *subscriptionHandler) handleSubscription(w http.ResponseWriter, r
|
||||||
if leaseSecondsStr != "" {
|
if leaseSecondsStr != "" {
|
||||||
q.Add("hub.lease_seconds", leaseSecondsStr)
|
q.Add("hub.lease_seconds", leaseSecondsStr)
|
||||||
}
|
}
|
||||||
|
if secret != "" {
|
||||||
|
q.Add("hub.secret", secret)
|
||||||
|
}
|
||||||
validationURL.RawQuery = q.Encode()
|
validationURL.RawQuery = q.Encode()
|
||||||
|
|
||||||
log.Printf("subscribe: async validation with url %s\n", validationURL.String())
|
log.Printf("subscribe: async validation with url %s\n", validationURL.String())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user