const minisrv_service_file = true; // Session ID from query or cookie (mirrors Razor page logic) let sessionId = request_headers.query.session || null; if (!sessionId && request_headers.cookie) { const cookieMatch = request_headers.cookie.match(/(?:^|;\s*)MSNTV2_Session=([^;]*)/); if (cookieMatch) sessionId = decodeURIComponent(cookieMatch[1]); } headers = `Status: 200 OK Content-type: text/html`; data = ` Login to Passport
Establish your MSN TV account

Over the next few pages, you'll establish an account to use on the MSN TV service. The first step is to choose the e-mail address you want to use.

Choose one of these links:

Bullet I want to create a new minisrv account
Bullet I want to use my existing minisrv account (TODO)
Bullet I want to sign in as a guest
`;