I am using HttpURLConnection to connect to a website that I need to parse data from, but the page uses javascript to build most of the html so I cant parse any of the page.
Is there a better way to get a page in android for parsing? I need to be able to send cookies to the page, because it is a subscriber based system.

