Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Extract Value from Database and return in the HTTP Response Header
jefftuckerbofa
Posts: 234 ✭
in Virtualize
What steps would I use to extract a value from a database and then return that value in the HTTP response header? In my example, I would get a value for "group": select group from groups; Then I want to return an HTTP header: X-Group:
Thanks,
JT
Tagged:
0
Comments
-
Hi,
I would try to use the db tool to execute the query then chain a data bank to it to place the desired value into a column and finally use that data bank column for the value of the response header.
0