Hello again.
I had no luck with the HAR import and conversion, so I decided to try coding my scenario directly.
The url I am going to does a redirect,
eg
GET foo.com/
redirects to
GET auth.foo.com/auth?abc=123
Ive added a check on the get, to check for the 302, but its showing a 200. How can i display the url it got, and the bofy to debug what is going on?
Thanks
Paul