I’ve seen a few threads on this but never really found a satisfactory answer.
I need to download a CSV file from a server and process it in my application. The user needs to log in via a third-party website (they don’t have an API available) in order to enable the download (the data is unique to the user), the login and session cookies in the HTMLViewer are required to initiate the download (hence I can not simply pass the download link along to a URLConnection or curlsmbs).
Looking for a solution on both Mac and Windows. Does anyone know a way?
3 posts - 2 participants