Search found 2 matches
- Mon Mar 09, 2020 4:24 pm
- Forum: Technical Help
- Topic: Can't pass csrf token on factorio.com/login
- Replies: 1
- Views: 1071
Re: Can't pass csrf token on factorio.com/login
If yet actual, that fix this problem can with add header Referer. For example this http request returned error (Token, session and password replaced to star (*)): POST /login HTTP/1.1 Host: www.factorio.com Connection: keep-alive Content-Length: 179 Content-Type: application/x-www-form-urlencoded Co...
- Wed May 29, 2019 7:21 pm
- Forum: Tools
- Topic: Factorio auto-update script
- Replies: 2
- Views: 4077
Re: Factorio auto-update script
Then I will allow myself to show my simplest PowerShell script #Factorio autoupdate powershell script $useExperimentalVersion = 1; #0 - Stable; 1 - Experimental; $baseTempFolderPath = "D:\Temp\"; $gameFolderPath = "D:\Temp\Game\"; $userLogin = ""; $userPassword = "...