Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Does the EDS server intentionally block direct access to nav.html and footer.html?

Avatar

Level 3

I am trying to access nav.html and footer.html directly from scripts, but I am consistently getting a 404 error. Is EDS intentionally blocking access to nav.html and footer.html?

However, I am able to access nav.plain.html and footer.plain.html without any issues. The problem is that plain HTML does not include data attributes, making styling more difficult.

Is there any way to directly retrieve the full header and footer HTML using URLs like:

https://<branch>--<repo>--<owner>.aem.page/nav.html
https://<branch>--<repo>--<owner>.aem.page/footer.html

Right now, both URLs return 404 errors. Let me know if there’s a workaround!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @josephambrose 

It seems so. Please reach out to Adobe to get workaround or explain your use case.

https://discord.com/channels/1131492224371277874/1144495462255185971 

Arun Patidar

AEM LinksLinkedIn

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @josephambrose 

It seems so. Please reach out to Adobe to get workaround or explain your use case.

https://discord.com/channels/1131492224371277874/1144495462255185971 

Arun Patidar

AEM LinksLinkedIn

Avatar

Employee Advisor

@josephambrose EDS does not use .html extn for pages. You can access below nav & footer via below urls

 

https://<branch>--<repo>--<owner>.aem.page/nav
https://<branch>--<repo>--<owner>.aem.page/footer

Avatar

Administrator

@josephambrose Just checking in — were you able to resolve your issue?
We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could really benefit the community. Thanks again for being part of the conversation!



Kautuk Sahni