I have a form which has some input fields. Some of the input fields have json strings as values like
[{"actionItems":"1","actions":"Go To Home","articleLink":""},
{"actionItems":"2","actions":"Rollback","articleLink":""}]
But when I submit this the request gets blocked on azure WAF and gives 403. While the other forms that do not have json string as values are submitted successfully. Can someone suggest workaround for this.