User Activity

Hi, When I am using AND condition in the input JSON data, I am getting a 403 forbidden error when running through HTTPS Local override secure URL which due to WAF SQL Injection. Can some one suggest how to mask the condition with AND .
I am testing my pipeline using on-premise secured URL from POSTMAN tool .When I am giving input using an AND condition e.g:(“Number = ‘999999999’ && Country = ‘US’”,) my on-premise secured URL is not hitting our azure server at all, instead it is s...