I have a web site that organizations use to maintain membership information. The data is stored in a MySQL database on a GoDaddy server. The site includes SSL so it is a https web address. Users must authenticate to get onto the site.
Once logged in, a user can access a page that generates a team roster. The page is created server side using PHP which fetches data from the MySQL database, then creates the page. The team roster includes member's email address.
Is it possible for a web bot to scrape email address information from the team roster web page?