Hello, we use WP Armour Extended Pro with Formidable Forms Pro. I am Putting entries from one form to another form in Formidable Forms via Formidable Forms API. In the logs, I get the following response with WP Armour Extended Pro activated: {
“headers”:
{
},
“body”: ”
{
“code”: ‘frmapi_validate_entry’, ‘message’:
{
“my_error”: ” Spamming or your Javascript is disabled !!!”
},
“data”:
{
“status“:409}}”, “response”:
{
“code“:409,”message”: ”Conflict”
},
“cookies”:[], ‘filename’:null, ‘http_response’:
{
“data”:null, ‘headers’:null, ‘status’:null}}
Why is the API checked by WP Armour Extended Pro at all and how can I exclude the API check?