Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I would like to get the token that Postman sends to my webservice.
I know how to get the header using comment "header" but it's not the same, right?
Do I have to enable "Use Authentication" or something? If this is the case what else should I do?
Thanks.
Hi
You can use a tRest to call API to get authorization token, the token will be returned in body string, and then use a tExtractJsonField to extract the token value.
Regards
Shong