Currently configuring a CDN and some of our images are not showing. It looks like any element that has an absolute URL is not being rewritten correctly. Example:
Sure!
We have a ProductService that serves information about products, including the image url. Because one of the recipients of the service data is an API, we have to deliver absolute urls. As a result, we were manually injecting the domain name to the urls we were retrieving from the product.
In order to ensure this works with the urls that are returned by the cdn, we no longer do this. To ensure that the system still works if we choose to disable the CDN, we now only prepend the domain name to the image urls if the url returned does not already have a domain name.