<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.webtv.zone/mediawiki/index.php?action=history&amp;feed=atom&amp;title=WTVP%2FProcesses%2FObtaining_a_new_wtv-ticket</id>
	<title>WTVP/Processes/Obtaining a new wtv-ticket - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.webtv.zone/mediawiki/index.php?action=history&amp;feed=atom&amp;title=WTVP%2FProcesses%2FObtaining_a_new_wtv-ticket"/>
	<link rel="alternate" type="text/html" href="https://wiki.webtv.zone/mediawiki/index.php?title=WTVP/Processes/Obtaining_a_new_wtv-ticket&amp;action=history"/>
	<updated>2026-04-15T01:23:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.webtv.zone/mediawiki/index.php?title=WTVP/Processes/Obtaining_a_new_wtv-ticket&amp;diff=91&amp;oldid=prev</id>
		<title>imported&gt;Admin at 02:43, 1 June 2021</title>
		<link rel="alternate" type="text/html" href="https://wiki.webtv.zone/mediawiki/index.php?title=WTVP/Processes/Obtaining_a_new_wtv-ticket&amp;diff=91&amp;oldid=prev"/>
		<updated>2021-06-01T02:43:16Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{WTVPNav}}&lt;br /&gt;
&lt;br /&gt;
If the WebTV/MSN TV service for some reason feels that the client should get a new ticket (only observed when linking a Passport account to your WebTV/MSN TV account or enabling Messenger), in any given response the service will inject a &amp;lt;code&amp;gt;Location&amp;lt;/code&amp;gt; header to point the client to go to the service URL &amp;quot;wtv-head-waiter:/new-ticket?URL=...&amp;quot;, with the &amp;quot;URL&amp;quot; parameter pointing to a target URL the client should go to after successfully obtaining a new ticket. The response from that URL includes a &amp;lt;code&amp;gt;wtv-challenge&amp;lt;/code&amp;gt; and it is assumed the WTVP [[WTVP/Processes/Headwaiter#Challenge/Response|challenge/response]] method is utilized in this scenario. The &amp;lt;code&amp;gt;wtv-challenge-response&amp;lt;/code&amp;gt; is sent in a request to &amp;quot;wtv-head-waiter:/new-ticket-stage-two?URL=...&amp;quot;, passing the same &amp;quot;URL&amp;quot; parameter as the one sent with the first &amp;quot;new-ticket&amp;quot; URL. The response includes a new &amp;lt;code&amp;gt;wtv-ticket&amp;lt;/code&amp;gt; and a &amp;lt;code&amp;gt;Location&amp;lt;/code&amp;gt; header pointing to the URL passed in the query parameters of the previous requests.&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;new-ticket&amp;quot; ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET wtv-head-waiter:/new-ticket-wtv-token-XXXXXXXXXX-YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY?URL=wtv-passport%3A%2Fpassport-serve-create-done-wtv-token-...\r\n&lt;br /&gt;
Referer: wtv-passport:/passport-submit-create-wtv-token-832114946-9EDA23817244DAEFB65B08DA13E0031B?passthrough=&amp;amp;user-password=...\r\n&lt;br /&gt;
wtv-show-time: 0\r\n&lt;br /&gt;
wtv-request-type: primary\r\n&lt;br /&gt;
wtv-system-cpuspeed: 166164662\r\n&lt;br /&gt;
wtv-system-sysconfig: 3116068\r\n&lt;br /&gt;
wtv-disk-size: 8006\r\n&lt;br /&gt;
wtv-incarnation: 37\r\n&lt;br /&gt;
wtv-client-address: 0.0.0.0\r\n&lt;br /&gt;
Accept-Language: en-US,en\r\n&lt;br /&gt;
wtv-ticket: {wtv-ticket}\r\n&lt;br /&gt;
wtv-connect-session-id: cafa1349\r\n&lt;br /&gt;
wtv-client-serial-number: {SSID}\r\n&lt;br /&gt;
wtv-system-version: 16276\r\n&lt;br /&gt;
wtv-capability-flags: {capability-flags}\r\n&lt;br /&gt;
wtv-client-bootrom-version: 2046\r\n&lt;br /&gt;
wtv-client-rom-type: US-LC2-disk-0MB-8MB\r\n&lt;br /&gt;
wtv-system-chipversion: 53608448\r\n&lt;br /&gt;
User-Agent: Mozilla/4.0 WebTV/2.8.2 (compatible; MSIE 4.0)\r\n&lt;br /&gt;
wtv-encryption: true\r\n&lt;br /&gt;
wtv-script-id: 184867725\r\n&lt;br /&gt;
wtv-script-mod: 1579644943\r\n&lt;br /&gt;
\r\n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
302 Moved temporarily\n&lt;br /&gt;
Connection: Keep-Alive\n&lt;br /&gt;
Expires: Wed, 09 Oct 1991 22:00:00 GMT\n&lt;br /&gt;
wtv-challenge: YMWMeFQZp76wRK0nU1nyzMYpzFL9L5Zf4PSQ/D2HxDIFGDG...\n&lt;br /&gt;
Location: wtv-head-waiter:/new-ticket-stage-two-wtv-token-XXXXXXXXXX-YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY?URL=wtv-passport%3A%2Fpassport-serve-create-done-wtv-token-...\n&lt;br /&gt;
\n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;new-ticket-stage-two&amp;quot; ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET wtv-head-waiter:/new-ticket-stage-two-wtv-token-XXXXXXXXXX-YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY?URL=...\r\n&lt;br /&gt;
Referer: wtv-head-waiter:/new-ticket-wtv-token-XXXXXXXXXX-YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY?...\r\n&lt;br /&gt;
wtv-show-time: 0\r\n&lt;br /&gt;
wtv-request-type: primary\r\n&lt;br /&gt;
wtv-system-cpuspeed: 166164662\r\n&lt;br /&gt;
wtv-system-sysconfig: 3116068\r\n&lt;br /&gt;
wtv-disk-size: 8006\r\n&lt;br /&gt;
wtv-incarnation: 37\r\n&lt;br /&gt;
wtv-challenge-response: YMWMeFQZp75kpo8jIEPBlj345PdO/fwDsEStJ...\r\n&lt;br /&gt;
wtv-client-address: 0.0.0.0\r\n&lt;br /&gt;
\r\n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
302 Moved temporarily\n&lt;br /&gt;
Connection: Keep-Alive\n&lt;br /&gt;
wtv-bypass-proxy: true\n&lt;br /&gt;
wtv-allow-dsc: true\n&lt;br /&gt;
wtv-messenger-authorized: 0\n&lt;br /&gt;
wtv-messenger-enable: 0\n&lt;br /&gt;
wtv-messenger-server: messenger.hotmail-int.com\n&lt;br /&gt;
wtv-offline-user-list: PHVzZXItbGlzdD4KPHVzZXI...\n&lt;br /&gt;
wtv-ticket: {new wtv-ticket}\n&lt;br /&gt;
Location: wtv-passport:/passport-serve-create-done-wtv-token-...\n&lt;br /&gt;
\n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Admin</name></author>
	</entry>
</feed>