Standard Headers
Header | Request | Response | Comment |
---|---|---|---|
Accept-Encoding | Restricts the content-codings that are acceptable in the response. | ||
Accept | The media types acceptable for the response. Most resources return application/json. | ||
Content-Encoding | Additional content codings applied to the entity-body. Return encodings are a sub-list of the codings specified in the Accept-Encoding request header | ||
Content-Type | The media type of the entity-body sent to the server. Most resources use application/json. Return media types must be a sub-list of the media types specified in the Accept request header. | ||
Date | The date and time when the message was sent. | ||
Host | The host and port number of the resource being requested. | ||
Server | The software used by the server to handle the request. | ||
User-Agent | To initiate an authentication process, use the value idm-client-sdk. | ||
Via | The proxy or gateway software that forwarded the request to the server. | ||
WWW-Authenticate | The authentication challenges required from the HTTP user-agent. |