Page 1 of 1

Password required for headless server download?

Posted: Tue Aug 23, 2016 4:35 pm
by edalquist
The website now appears to require you be logged in to your factorio account to download the headless server binary. This makes getting that binary onto headless servers more complex as we now have to download it locally then upload it to the server instead of just using wget or curl to grab it directly.

Re: Password required for headless server download?

Posted: Thu Aug 25, 2016 12:35 am
by bk5115545
Have you tried embedding creds in the curl string?

I doubt it would work because the devs would have to code for it but something like the below is common.

curl http://username:password@normal.dwnload.url.com