Allows the game client to make HTTP API calls from a listen server
(local lobby) instead of requiring a Steam dedicated server.
CreateHTTPRequestScriptVM has the exact same API signature but works
in both dedicated server and listen server contexts.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Point game client (server_config.lua) to the new domain with HTTPS
and enable secure flag on the admin session cookie for HTTPS.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>