Hello everyone! I can’t find the answer to the my question, so I decided to ask the community for help.
Some guy decided to send spam through our forms and to protect against this we have activated and configured rate limit rule.
But I doubt I set it right.
Information about the completed form is sending by POST request to the URL: https://website/openapi/v1/sites/57e0e7780cf246f2e541a116/visits/5badc1d60cf2c8baa6323672/actions/7736d70df975f2059e9871ea736b6e94/leads/
In the rule settings, I’ve specified the following URL: website/openapi/v1/sites//leads/
It is necessary for the rule to work on the URL website/openapi/v1/sites//leads/ and not work on this URL: website/openapi/v1/sites/*
The destination URL must contain /leads/
Did I do everything correctly?