Forum Discussion

anneparr's avatar
anneparr
Occasional Contributor
8 years ago

How do I set the value of a header in my rest request to concat of a project variable and parameter?

I want to set my Rest request in Projects to  have a default setting for a Referer header.

This default should use an environment variable (which I use all for other headers) concatenated with the input parameter set as Query/Resource.

I am attaching a screenshot - I want to replace the ?partCode with a reference to the parameter.

Is this possible?

 

 

 

1 Reply

  • Hi,

     

    You can add two property expansions in the header value section and combine them.

    For example, ${#Project#projectProp1} ${#Project#FG partsLocator Referer}

     

    or also manually add a the value for example like ${#Project#FG partsLocator Referer} T00105-01018

     

    Thanks