Hi @arunpatidar,
Thanks for the quick response
I need CDN to forward traffic to different origins (AEM, EDS, etc.). Currently, we are migrating a set of sub-pages from AEM to EDS. For this, we have written regex match patterns to route traffic from AEM to EDS
However, we are facing some challenges. In AEM, some pages were created with URLs containing -- and numbers. In EDS, we have removed those characters and created new clean URLs. If a request comes with -- and numbers, those URLs should redirect to the corresponding new page in EDS
Example:
So if a user tries to access /events/event-name--12345, it should redirect to /events/event-name in EDS.
We have already written regex rules to redirect all subpages to EDS, and once the request reaches EDS, we have redirect to new url in eds. pls suggest any approach.
Thanks.