I have a lot of dynamic http requests data stopred in DB. One of stopred data is http headers (along with method, body, url an so on)
I’m trying to format http request dynamicaly using jdbc feeder, like this:
Hi Aravind,
Thanx for your response. If I understand the documentation correctrly .check() is used after http request was sent. And using check() I can get only response headers.
But I’m trying to fill headers dynamicaly for initial request (request to the API).
I tried to fill all headers in session like this:
Now I understood. May be you can write an separate Scala function to get the required data from Database and then perform certain string operations to get the desired data and then feed it to your API request.