#KVal extraction for http responses

1 messages · Page 1 of 1 (latest)

foggy harness
#

Does the kval extraction process harvest name/val pairs from structured response bodies like JSON or XML or is it exclusively targeting header and cookie pairs? If there is a repository of n00b question like this where I can look it up, please let me know. The docs were a bit sparse on this topic.

wicked bridge
#

it exclusively targeting header and cookie pairs

This!

it can be used to access pre-defined or run time generated key : values pair.

there is JSON and regex based extractors to work with json / xml.