Forum Discussion

jestrella's avatar
jestrella
New Contributor
7 years ago
Solved

http requests not properly handling global properties

I am having an issue with one of my projects consisting solely of HTTP requests. I have a large set of global properties that are used across all my projects, so when I need to change something all o...
  • Nastya_Khovrina's avatar
    7 years ago

    Hi Jon,

     

    Thank you for your post!

    Note that in the screenshot parameters with the same names as global properties are not overridden. Do you have the "Enable override" option checked for Global Properties? If it is selected the property expansion works fine for me in all cases. If it isn't selected, properties are not overridden if I use this template: ${Global Property}.

     

    You can declare global properties as:

    ${#Global#Global Property}

    or

    ${Global Property}

    Please refer to the Property Expansion article.

     

     So, you need to use the first template or select the "Enable override" option.