Proxy server for author | Community
Skip to main content
selvaganesh
New Participant
October 16, 2015
Solved

Proxy server for author

  • October 16, 2015
  • 1 reply
  • 714 views

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'

}

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

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

1 reply

joerghoh
joerghohAccepted solution
Employee
October 16, 2015

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