timriffe / TR1

Read Human Mortality Database and Human Fertility Database Data from the Web
10 stars 4 forks source link

add Human Cause of Death Database support #7

Open timriffe opened 6 years ago

timriffe commented 6 years ago

website here no authentication needed

ottlngr commented 5 years ago

Meanwhile, authentication is necessary. Sadly no simple user-password-authentication: After a successful login using the browser, a HCDUserId is stored in the respective cookie - not sure if that can be done from within R.

timriffe commented 5 years ago

Thanks for looking into this. The info helps, so that at least a more focused search for a solution is possible.

On Wed, Jun 26, 2019 at 6:41 PM Philipp Ottolinger notifications@github.com wrote:

Meanwhile, authentication is necessary. Sadly no simple user-password-authentication: After a successful login using the browser, a HCDUserId is stored in the respective cookie - not sure if that can be done from within R.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/timriffe/TR1/issues/7?email_source=notifications&email_token=AAG43G3N7M5Q2ICDWDRMMLTP4OL4NA5CNFSM4FRD76S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYUD42A#issuecomment-505953896, or mute the thread https://github.com/notifications/unsubscribe-auth/AAG43G7ZIL7G5PPDY4PNWSLP4OL4NANCNFSM4FRD76SQ .

ottlngr commented 5 years ago

A possible "solution" is sketched here: https://stackoverflow.com/questions/15853204/how-to-login-and-then-download-a-file-from-aspx-web-pages-with-r/15897960#15897960 Does not prompt me to get started, tbh...