Base solution for your next web application
Open Closed

Adding Authorization header to a Published Webhook #10716


User avatar
0
tbentley created

I am using 10.3.0 with angular

I have used the webhook publisher quite a bit but I am now trying to use the webhook publisher to send api requests to a thrid party that requires me to send a JWT as a token on the "Authorization : Bearer" header. I can add a static headerby specifying it in the AbpWebhookSubscription but I don't see an option to add a dynamic header in the PublishAsync so how do I do this.

Thanks... Terry


1 Answer(s)