Hello again all.
I am trying to connect my app to a webpage that is secure and requires a password and username in order to see the page. However, when the webpage loads in the emulator, it does not ask me for username or password but instead just gives me the error message that I have not entered correct information or my browser doesn't understand the process asked.
Is there something further in my code that needs to be implemented past a webview or is this something on the html side that needs fixing? (I am guessing my side, hence this post).
I appreciate any help, and will post my code if needed.
ps, I have not done anything with a username/password in my code, so if my code would require that, please lead me in the right direction.
I am trying to connect my app to a webpage that is secure and requires a password and username in order to see the page. However, when the webpage loads in the emulator, it does not ask me for username or password but instead just gives me the error message that I have not entered correct information or my browser doesn't understand the process asked.
Is there something further in my code that needs to be implemented past a webview or is this something on the html side that needs fixing? (I am guessing my side, hence this post).
I appreciate any help, and will post my code if needed.
ps, I have not done anything with a username/password in my code, so if my code would require that, please lead me in the right direction.