I would like an input field where I can put in a URL and see which Page Rules would be triggered.
Very Basic Example
- URL
https://example.com
- Cache Everything, Edge Cache TTL a month - URL
https://example.com/*
- Bypass cache
Would https://example.com
trigger the first rule or the second? Would https://example.com/test
trigger the first rule or second?
I would be happy to write the JavaScript if I knew the rules. If something like this exists, my apologies, I’ve been looking for a while.
Thanks!