Capturing a HTTP Redirect

Hi, I’m interested in building an app that submits a GET request to an https:// address, displays that page for the user to login, and I want the app to capture the redirect URL that the server sends back. How is the redirect URL capturing possible in Xojo for iOS?

Never mind … I was able to do what I needed with the advice at this link. Thanks :slight_smile: