Hi @CurtisDe2 ,
1. Edge Delivery supports only slug-style URLs
Allowed: lowercase letters (a–z), numbers (0–9), and dashes (-).
Not allowed: spaces (%20), plus signs (+), or other special characters.
If such characters are used, Edge Delivery returns 404.
2. Why it happens
Edge Delivery automatically cleans and normalizes URLs.
It enforces simple, SEO-friendly slugs to avoid broken links or inconsistencies.
3. Workarounds
Best practice: Rename pages and redirects to use clean slug URLs.
If special characters must be supported:
Add redirect rules at the CDN level (Akamai, Fastly, Adobe-managed CDN).
Or use AEM dispatcher rewrite maps (pipeline-free redirects) for more flexibility.
Yes, this is a known limitation. Edge Delivery requires slug-style URLs, and anything with encoded or special characters must be handled outside of Edge Delivery.
Thanks & regards,
Vishal