|
|
|
|
|
by _cenw
1019 days ago
|
|
The one piece of Postman that only Hoppscotch (a Postman fork) seems replicate that I definitely want is scripting. Often requests depend upon data from another, and being able to put things into the environment as you run different requests is super useful (even if you just use it for otherwise unsupported auth methods). |
|
Scripting is under Tests tab.
I've built oauth2 authorization flow to get the code and afterwards the access token.
First request Test script:
Second request Test script: Scripting: https://learning.postman.com/docs/writing-scripts/script-ref...