You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Igor Gursky edited this page Sep 26, 2016
·
1 revision
Adding multiple items to the HTTP request
Given cookie "LtpaToken2" with value "abcde"
And baseUri is "http://my.server.com/rest"
And queryParam "limit" "20"
And request body "{ "property": "test" }"
or
And request body:
"""
{
"property": "test"
}
"""
or
And request body is a multipart file "assets/file.zip"