Using Cookies for REST/HTTP Calls

Some websites require cookies to access certain corners:

When visting a page (the first time), the generated cookie can be read out with the response_header field:

The response_header might look something like this:

The cookie can be read out using the json-path “$.Set-Cookie”

To use the Cookie again it should be added as Header to any HTTP/Rest call, using the header name “Cookie”

Row normaliser

Having a table with several colums that should be transposed to rows, the row normaliser step can be used:


Type field: can be anything

Fieldname: Here put the colum header names

Type: can be anything

new field: this will be the field where the value of the column will be transposed.

Result:

Note, that fields, which are not added in the rows normaliser step as fields, will simply be added to the output without normalization.