Download Link towards Scene7 not working
I have a “download” link (HTML 'a' tag) which has the `href` pointing to Scene7/Dynamic Media URLs. Those URLs are NOT the asset, but an API that provides the assets along with the video player.
I tried a bunch of things, here a couple:
- Adding download at the HTML 'a' tag: eg '<a href="scene7.server..." download>'
- Add Content-Disposition header in Scene7 server
I found that this will not work (because it’s not a matter of the 'a' tag neither the browser, is a matter of the URL itself.
So, I tested using the AEM instance directly, and works! But (at least in this case) this is NOT a valid solution since if we're loading directly from DAM it'll have major performance ramifications.
QUESTION:
- There is a way to download assets from Scene7/Dynamic Media? Either a different URL or tweaking any props in S7/DM instance?
- There is a way to directly access the ASSET in S7/DM?
- Any workaround of this situation?
- Any other thoughts?
Thanks so so much in advance.