Hello @SmrithiG1 The recommended approach is to configure your proxy (Apache, NGINX, etc.) to rewrite and/or strip/add the context path as needed.With Apache, you often use ProxyPass and ProxyPassReverse rules:ProxyPass /abc/xyz/content https://aemhost/contentProxyPassReverse /abc/xyz/content https...