Hi,
Is there any way yet to set WebApi headers via code blocks? JSON Web Tokens (JWT) require these for authentication and would allow to consume greater number of API’s.
Kind regards,
David
Hi,
Is there any way yet to set WebApi headers via code blocks? JSON Web Tokens (JWT) require these for authentication and would allow to consume greater number of API’s.
Kind regards,
David
Note that some JWT implementations allow token to be passed via query param, i.e. ?token=YOUR_TOKEN
, but yes, we need this as not only tokens are passed in headers.