Expand my Community achievements bar.

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

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Proxy server for author

Avatar

Level 6

I am using a proxy server in front of author. It is working fine , but for some urls it is not working. This is because there is internal redirects within AEM.Eg /crx/de redirects to /crx/de/index.jsp . Is there any way to control this?

This is my mapping

 forward: {

 

'/' : 'http://localhost:4501'

}

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

I guess, that you need to refine your proxy mapping then. Or you don't use the short cut for CRXDE, but only the full path.

kind regards,
Jörg

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi,

I guess, that you need to refine your proxy mapping then. Or you don't use the short cut for CRXDE, but only the full path.

kind regards,
Jörg