WebApi Headers update via Code Blocks

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

2 Likes

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.

1 Like