hi,
i am creating an app which communicates with server…
after logging in, server sends an authorization token…for every request, we have to supply the authorization token in the header… this authorization token changes after some time…so we need a way to set that value in header during program execution…
my question is: how can we set headers in webapi component using code blocks at run time?.. is there any method for it?..i have currently tried the below method( ref: image pleaes), but server is returning error…so something is wrong with the way i did it, i guess…can somebody please provide an example for how to send header via webapi component through code blocks at runtime?