I have been noticing increasing traffic on the frontend of my application that is coming from non browsers. At present I have some code in my frontend app and using an external user agent package to parse the user agent, if it is unknown (likely a non browser request) then block this request.
I would like to replicate this within Cloudflare so I can remove the code and make it easier to maintain. Is there a particular rule or combination of rules I can setup in my WAF to block requests for my app domain if they do not come from a browser? Essentially stopping any API requests on my frontend app’s pages.
Thanks,