AEM Author -- Static htmls Issue
We are adding some static htmls under /apps/statichtml/ folder . Browser is Properly rending those html's when we access these HTML's with AEM RDE Author environment Url -- <RDE_Author_hostname>/apps/statichtml/index.html. For Same HTMLs, Browser is showing direct html code when we open these with AEM as Cloud Dev Author environment Url -- <DEV_Auhtor_hostname>/apps/statichtml/index.html. When we check the response header's from Dev Author for these statichtml's "Content-Type" header is missing.
As suggestion on how to resolve this issue ?