Hello,
I need to do 2 API calls.
- GET api call in order to receive token which is in reponse header not in response json itself
- and that token to put in second API call POST as requested param in header
I’m trying following GET api call:
https://www.parking-servis.co.rs/edpk
and then in response header this value I need to bring to second API call
in this format:
My question is how to read token from Response Header?