Hi,
We are trying to implement the ACS Commons Image Transformer in a few components.
Our URL looks something like:
/content/dam/project/Banner.jpg.transform/hero-banner-tall/image.png
In our author environment, we are able to see the image with the correct Content-Type: image/png.
However, on our dispatchers, we see the images with Content-Type: text/html and get a 404.
Any ideas will be appreciated.
Regards
Ruchi
Solved! Go to Solution.
Views
Replies
Total Likes
You need to allow a url for 'Banner.jpg.transform" because this is not allowed in dispatcher you have to allow this kind of expression.
You need to allow a url for 'Banner.jpg.transform" because this is not allowed in dispatcher you have to allow this kind of expression.
Views
Replies
Total Likes
@ruchim71073425 have similar scenario where OOTB Image transform on image is working fine in Author but not Publish, can you share the dispatcher rule to make it work you have used?
Thanks;
Views
Replies
Total Likes
In the filters file, something like this:
/0025 { /type "allow" /url "/content/dam/*transform*image.png" }
Views
Replies
Total Likes
Views
Likes
Replies