Forum Discussion
richie
Community Hero
Hey bobtamayo,
If i understand correctly you have 2 requests:
Request1 = request to generate auth token of some sort
Request2 = request that needs testing
You need to do some sort of property transfer of the token from Request1 to pass it to Request2 i'm guessing.
What have you setup so far to do this?
Cheers
Rich
If i understand correctly you have 2 requests:
Request1 = request to generate auth token of some sort
Request2 = request that needs testing
You need to do some sort of property transfer of the token from Request1 to pass it to Request2 i'm guessing.
What have you setup so far to do this?
Cheers
Rich
bobtamayo
5 years agoNew Contributor
Thank you for the reply. For each Request, there's a Auth tab. So I just put the user and password there and it works.
- richie5 years agoCommunity Hero,
What you described using adding the username and password into the fields (which then get base64 encoded and added to your Authorization header) is known as basic auth.
Nice one
Rich
Related Content
- 8 years ago
- 7 years ago
- 6 years ago
- 9 months ago
Recent Discussions
- 13 hours ago