Hi,
I don’t know whether this is possible or not so asking for help and suggestion here.
Scenario : I am fetching details from web application using REST API .The first step is to generate authorization token which will be used in subsequent calls. So in the first step i am using http activity where i am providing end point url and in headers section i am providing the authorization token which will generate the response token for further calls. As this authorization token will keep on changing after 4 months so i want to pass the token in headers section of the http activity through variable stored in config sheet as i am designing the code in RE-Framework. I tried by simply passing it through variable stored in the variable panel of the workflow but it is not working. I passed it like this :
“Bearer” + varToken
varToken - variable containing the token to generate the authorization token for subsequent API calls.
Please suggest on this whether this can be done or not and how?
Thanks.