REST-Assured “tricks” for redirect APIs that Postman does differently

Alona
3 min readAug 14, 2022
Photo by Arno Senoner on Unsplash

Dear BugHunters!

While automating APIs using REST-Assured lib we mainly try to execute API manually (in Postman tool as example) and then write a code for future automatic executions.

Sounds easy, however for some less commonly used APIs like oauth2 with redirects might work differently in Postman vs REST-Assured

--

--