
RFC2616 standard HTTP request Headers
Windows Live Contacts supports a subset of the headers that are defined in the RFC2616 protocols document that is published by the World Wide Web Consortium:
http://www.w3.org/protocols/rfc2616/rfc/2616-sec14.html
These headers have no prefix.
Common to all Windows Live Contacts Offers, is the requirement to provide the Authorization header with the Delegated Authentication Token (DAT) taken from the Consent Token returned from the Delegated Authentication Service following Windows Live User consent e.g.
|
Header name
|
Purpose
|
Usage
|
|---|
|
Authorization:
|
Contains the delegated authentication token e.g.
Request.Headers.Add(“Authorization”, “DelegatedToken dt=\”” + DAT + “\””);
|
Mandatory
|