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.
How to get the response header in scripts?

LegacyForum
Posts: 1,664 ✭✭
Comments
-
Hello,
You can simply add a Method Tool to the Response Header. The header will then be the input of the Method Tool.
Using input.toString() will give you the String representation of the header.
~Joe0 -
thanks youHello,
You can simply add a Method Tool to the Response Header. The header will then be the input of the Method Tool.
Using input.toString() will give you the String representation of the header.
~Joe
Rama0