Click to Rate and Give Feedback
MSDN
MSDN Library
Live Services SDK
 HTTP/1.1 Headers

  Switch on low bandwidth view
Windows Live Contacts API Reference: HTTP/1.1 Headers

Windows Live™ Contacts supports HTTP/1.1 headers from the RFC2616 specification and HTTP/1.1 headers that are specific to Windows Live Contacts.

No request headers specific to Windows Live Contacts are required.

No response headers currently exist that are specific to Windows Live Contacts.

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

Windows Live Contacts supports the following response headers that are defined in the RFC2616 protocols. These headers have no prefix.

Header name Purpose Usage

Last-Modified:

Indicates when the entity was last modified in Windows Live Contacts. This header is sent in response to an HTTP/1.1 GET request.

Mandatory

Location:

Returns the URI of the newly created entity. This header is sent in response to an HTTP/1.1 POST request.

Mandatory

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker