Hi @tushaar_srivastava,This downloading as attachment behavior is
because of the header "Content-Disposition:attachment"Per the screenshot
you have shared, the html file (that you are trying to load inline in
page) is available in DAM.Look for the PID
"com.day.cq.dam.core.impl.servlet.DamContentDispositionFilter" in OSGI
components console and configure. (exclude text/html type - this header
will not be added)In 6.5.0, it is DAM Safe Binary Filter