Checking the received url and displaying the body

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

so I think im asserting the value of the redirected url, so that explains the 302/200 discrepancy.
I can try some more now