Forum Discussion

Wendigo's avatar
Wendigo
Occasional Contributor
12 years ago

Specific data from HTTP test response to parameter

Hi I need help in getting some text into a parameter from the response of a HTTP test request.

What I need in my parameter is 'KalleAnka 1234567890' in the response below.
The response in RAW format looks (almost) like this (Where ... is more data):

------
HTTP/1.1 200 OK
Server: xxx/1.0.0
Date: Mon, 15 Oct 2012 10:15:11 GMT
Content-Type: application/xyz+json
Content-Length: 2002
Connection: keep-alive
Pragma: no-cache
Cache-Control: max-age=0, no-cache, no-store

{"something1":"hej1","something2":"hej2",.........{SOME_URL:\"https://xxx:8008/yyy/zzz/123123\",XXX_HEADER:\"KalleAnka 1234567890\",KALLE_URI:\"https://xyz.com/xyz.xd.proxy.html\"...............}
------
BR
/Wendigo

5 Replies