I would like to block a string of characters:
E2%80%A6
This particular grouping is appended to the tail end of a legitimate file name, i.e.,:
/2020-09/_MG_9631%E2%80%A6
Would I create a firewall rule like this?
(http.request.uri.path contains ("/2020-09/_MG_9631%E2%80%A6")
Thank you for any advice.