Properties with special characters
Hello team,
I'm getting in a response this:
<Key>pB8PD+pN8ALD*qB9KDJ+DB8DBD?K/3*BV9/321*NA9///8*CA96107*SN9LDEN*QL97563*EL931*QM97877*Q/9VNV+MQ80*OV9?CR+PA857+BS88370+RL8007.+PS88/7*ER9706+PQ87~h9DAA~IYz o_w 9Y!?CR![+ rcfkdlsq!8Zy!gc 9 A/!*!daa!8!CCC@J02!~i\~i\~J9DKVO*flxKey</Key>
*Note the red slashes
And I'm putting this value in a property (MyProperties) step but when I try to grab that value in a later request through ${MyProperties#Key}
<OldKey>${MyProperties#Key}</OldKey>
I get this:
<OldKey>pB8PD+pN8ALD*qB9KDJ+DB8DBD?K/3*BV9/321*NA9///8*CA96107*SN9LDEN*QL97563*EL931*QM97877*Q/9VNV+MQ80*OV9?CR+PA857+BS88370+RL8007.+PS88/7*ER9706+PQ87~h9DAA~IYz o_w 9Y!?CR![+ rcfkdlsq!8Zy!gc 9 A/!*!daa!8!CCC@J02!~i~i~J9DKVO*flxKey</OldKey>
* Note now without the slashes
Why this happens and what would be the workaround in this situation?