bunny.net Edge Rules — Lua Pattern Generator

Paste any URL and get a ready-to-use pattern: value for a Request URL condition. Reference: Edge Rules pattern matching docs

Match scope
Hostname
Scheme
Type a URL above…
Note: bunny.net's Request URL trigger evaluates the URL without the query string, so ?id=123 etc. never needs to appear in the pattern — a directory/prefix pattern still catches requests that carry query parameters.

Lua patterns escape magic characters ( ( ) . % + - * ? [ ] ^ $ ) with %. This tool anchors every pattern with ^…$ as the docs recommend.