[SoapUI] Understanding REST Headers and Parameters

Source: Internet
Author: User
Tags http authentication http cookie oauth soapui

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.