but we can not hardcode these variables and we have an issue using our double curly bracket JSON message. Based on rfc https://www.rfc-editor.org/rfc/rfc7159#section-7 curly bracket doesn’t have to be escaped and I didn't find a suitable escape.
without escape
If we revert back to string payload to be sent with "Content-Type": "application/x-www-form-urlencoded", and I am passing the variables, YAP is not converting the string properly:
same without using variables but plain text{{}}
We can change the DisplayRequestAs to text and when hardcoding the variable, it works but YAP is still not processing passing the variables in the string
Validated that CNC accept a JSON message for /crosswork/sso/v1/tickets instead of the text
but we can not hardcode these variables and we have an issue using our double curly bracket JSON message. Based on rfc https://www.rfc-editor.org/rfc/rfc7159#section-7 curly bracket doesn’t have to be escaped and I didn't find a suitable escape. without escape
If we revert back to string payload to be sent with "Content-Type": "application/x-www-form-urlencoded", and I am passing the variables, YAP is not converting the string properly:
same without using variables but plain text{{}}
We can change the DisplayRequestAs to text and when hardcoding the variable, it works but YAP is still not processing passing the variables in the string