08-28-2019 03:13 AM
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 .
08-29-2019 07:11 AM
Can you provide some more details? Are you building a query in a SQL Execute snap? If you could export and attach your pipeline, that would help us understand what you’re trying to achieve.
09-18-2019 10:52 AM
Hi @tstack
I have got the issue resolved. This is happening since the APP GAteway firewall is blocking SQL data as in seems like SQL injection.I have handled the data by passing condition as array elements and have appended AND with in snaplogic.