I am storing token as Token variable in app state but i am unable to send that Token in Header in api call dynamically
send appstate variable in header for a api
Database & APIs
sending as X-Fiftyaccess-Token: Bearer {{appState.Token}} but its not getting the Token value which i am storing while login is done
Yes
1
2 replies