So currently i am trying to get a OAuth authorization to work. The first step is to login with user credentials in the web browser. This step works perfectly fine. After pressing the login button the browser should be redirected to http://localhost:55356/&code=…. . Obviously the localhost website does not exist but i want to get redirected there anyway so i can read out the url and use it in my code. The problem is that the InApp Webbrowser does not open the localhost url. The browser just stays at the Login page. Is it possible that the InApp browser only opens valid urls?