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)
-
0
Hi @tbentley
I have created an issue about this, see https://github.com/aspnetboilerplate/aspnetboilerplate/issues/6322. But, it might take some time to implement this.