Hi,
I want to display captcha page from goginflight portal during the login process. I am passing the Url to the WebView but it does not display the target captcha page instead it rollback to default home page of that portal. same URL can be open in browser
successfully. I know there are several limitation with the WebView control in windows 8. But i just looking for any solution that i can resolve this issue.
Code snippet:
WebView.Navigate(new Uri("https://airborne.gogoinflight.com/gbp/captchacontroller.do?execution=e4s1"));
but it display the URL "https://airborne.gogoinflight.com".