Page 1 of 1

HTTP requests

Posted: Fri Mar 07, 2025 2:56 am
by thesixthroc
This request is largely in jest, but I will request it anyway.

I would like to send simple HTTP requests for the purpose of creating ingame leaderboards, ideally signed by the user and including a hash of the modlist and mod file contents.

Re: HTTP requests

Posted: Fri Mar 07, 2025 3:32 am
by Rseding91
Mods are specifically sandboxed to the in game API and being able to write to the script output folder. They will never be allowed to make HTTP requests - it would break the entire sandbox.

Re: HTTP requests

Posted: Fri Mar 07, 2025 2:45 pm
by front
To give more context: this would enable spyware to be installed inside factorio.

With the file output you at least need external software to be running on your PC, and that effectively kills this possibility.