I have a form that contains url input, and I need to check that this URL is not blacklisted by a third-party API, I'm not sure if I need to use Middleware or create a specific form Request and check this URL before submitting this request teamwork. Any ideas?
source share