Header Field Name |
Description |
Example |
Accept |
Content-types that is acceptable for the response |
Accept:text/plain |
Accept-charset |
Character sets that is acceptable |
Accept-charset:utf-8 |
Accept-encoding |
List of acceptable encodings |
Accept-encoding:gzip, deflate |
Accept-language |
List of acceptable human languages for response |
Accept-language:en-ca |
Cookies |
An HTTP cookie previously sent by the server with Set-cookie |
Cookie: $Version = 1; Skin=new; |
Content-length |
The length of the request body in octets (8-bit bytes) |
content-length:348 |
Content-md5 |
A base64-encoded binary MD5 sum of the content of the request body |
content-md5:q2hly2sgsw50zwdyaxr5iq== |
Content-type |
The MIME type of the body of the request (used with POST and PUT requests) |
content-type:application/x-www-form-urlencoded |
Date |
The date and time the message was sent |
Date:tue, 1994 08:12:31 GMT |
Authorization |
Authentication credentials for HTTP authentication |
Authorization: OAuth realm= "http://sp.example.test/",
Oauth_consumer_key= "0685bd9184jfhq22", Oauth_token= "Ad180jjd733klru7", Oauth_signature_method= "Hmac-sha1",
Oauth_signature= "Wojio9a2w5mfwdgidvzb Tsmk%2fpy%3d ", Oauth_timestamp= "137131200",
Oauth_nonce= "4572616e48616d6d65724c 61686176 ", Oauth_version= "1.0" |
Www-authenticate |
Indicates the authentication scheme that should is used to access the requested entity |
Www-authenticate:oauth realm= "http://sp.example.test/" |
[SoapUI] Understanding REST Headers and Parameters