Not able to get web hook signature from redirect URL headers,

Former Member
Former Member

We are using webhooks to get events(create,update) from dynamics community to ICS , In the webhooks we have to use “webhook signature” for validation which is comes from request headers  as per document (https://community.telligent.com/community/12/a/developer-training/c/webhooks ). Now web hook signature is not able get from redirect URL headers, Please check until that we have a blocker for validation.

 

Eg : string hashSignature = HttpContext.Request.Headers["X-Telligent-Webhook-Signature"];

Parents Reply
  • Former Member
    0 Former Member in reply to Ben Tiedt

    Previously I was going with Documentation & use 

    Use >> HttpContext.Request.Headers["x-telligent-webhook-signature"]

    instead of >> HttpContext.Request.Headers["X-Telligent-Webhook-Signature"] 

    but i found that headers are coming null, after that i tried with lower case then i got values.

    I don't have any proxy who affecting/rewriting the headers.

    For testing of webhook url i use third party url in my local setup

    Webhook URL : https://pipedream.com/

Children
No Data