Paste any URL and get a ready-to-use pattern: value for a Request URL condition.
Reference: Edge Rules pattern matching docs
Type a URL above…
?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.