I need to create a rule like this.
- It should affect the dynamic pages
- It should exclude the admin area (/admin)
- If the user has cookie named “session” is set, ignore such requests.
- Cache this page based on user’s country. So all user from US see same content A while all users CA will see same content B.
Is it possible to do so in Cloudflare?