Hi Octionic,
Thanks for the reply; indeed the Header Auth seems to work, but it is not fully secure (unless I am mistaken: the header will be visible through my frontend)
Have you managed to make this node work through JWT ?
Thanks
Actually you are right. Sorry for the confusion. Both get transported in kinda the same way.
I built a quick example here to test the functionality and it just worked fine. So maybe the issue is located in your frontend application.
Maybe you try it with this and then compare it with your frontend.
So in order to get this example to work you
run the JWT node to generate a token after settig a passphrase in it’s credential
use that to set the credential in the HTTP Node (Name: Authorization, Value: Bearer )
use the same JWT Auth credential in the webhook node as well
copy the production URL of the webhook and paste it in the URL of the HTTP request node and run it