Forum Discussion
stephenknilans
7 years agoContributor
I think most apis have no way of passing/remembering the authorization, and postman gets away with this by having an option to set the headers:
On MY example here, I would have to call the API with the logon sequence, parse the access token out, and replace {{accessToken}} with that value. You can test all that with a copy of the reference in postman. Also, check the headers, and make sure you are passing all of the needed ones, and no improper ones.
On your example, you would have to add the header as an “HTTP header” on the REST call. I believe that is the way many work. SOME work by typing the ip to the login, but even then you have to login, in some way.