I want to redirect visitor with specific user agent (*MSIE 8.0* for example) to a different page. It seems this is not possible with Cloudflare Page Rules. Is there any other way to achieve that using Cloudflare?
[I want them to use Workers so that they can successfully fix their problem. Since Workers allow for customizable solutions such as redirecting people with specific internet browsers, it will be a great solution.
[I chose to use an Event Listener because it requires less steps and still gets the job done. It is also simpler in my opinion.]
[I want them to get in the habit of testing it themselves.]
Documentation from: https://developers.cloudflare.com/workers/examples/redirect/ in order to find similar redirect code for the issue.