DAM image URL Mapping with resource resolver mapping (etc/map)
Can we do resource resolver mapping for DAM URLs like for content path we can?
Lets say we have a DAM URL like (/content/dam/test/en_us/footer.png), in publisher we can refer that image like http://localhost:4503/content/dam/test/en_us/footer.png
and we have dispatcher configured for the above publisher , where Images are getting cached.
But when we go to the site via dispatcher Eg. apache server , we get the image URLS like a relative URL like /content/dam/test/en_us/footer.png.
Can we do some resolver mapping , so that request coming with /content/dam/test -> http://test.example.com/content/dam/test.