Feature request: Update Multiplayer Server Endpoint on Redirection #7183
Open
Description
This behaviour includes:
-
If
host.example.com/isalive
redirects to any url that ends with/isalive
than replacemultiplayerServerUrl
with part of the url before/isalive
example: redirect: example.com/isalive -> example.com/api/isalive new url to replace with: example.com/api
-
Similarly replace
multiplayerServerUrl
forhostname/files/:filename
too -
Don't replace if url doesn’t ends with same path. Eg.
/isalive
or/files/:fileName
-
Don't allow replacing if
fileName
doesn’t match.
This will allow community server owners to change their hostname easily without negatively affecting players for special circumstances.