SIT Mananger have fixed the trailing slashes bug in their backendUrl to be the same as SPT Aki, now the end trailing slash in http://server.ip:6969/ is gone, you have to either add validation to check for trailing slash bool hasTrailing = backendUrl.EndsWith(@"/"); and add it back in, or change RemotePlugins call routes to start with a slash. as it currently doesn't work for 3.8.1 the likely next SIT RC. I also think they changed how launcher/ping route upstream as well as it returns different data, I didn't dig too deep into this one.
SIT Mananger have fixed the trailing slashes bug in their backendUrl to be the same as SPT Aki, now the end trailing slash in http://server.ip:6969/ is gone, you have to either add validation to check for trailing slash
bool hasTrailing = backendUrl.EndsWith(@"/");
and add it back in, or change RemotePlugins call routes to start with a slash. as it currently doesn't work for 3.8.1 the likely next SIT RC. I also think they changed howlauncher/ping
route upstream as well as it returns different data, I didn't dig too deep into this one.