I am working on an Android application where I login into a banking site . I am able to login successfully with HTTP request and response handling.
But when I enter a wrong username and password in the native android application I am not able to capture that response from HTTP. If I enter a wrong password instead of logging in, it launches a webpage in the webview. But I should override this in my native application.
How can I capture wrong password response from HTTP?