Fetch info from website with login

I want to fetch data from a website, except there's a login screen first. The user would enter their username and password into the app, and then the app would fetch data from the website using the user's username and password. How should I go about doing this?