| Re: Trouble with OTM behind Websphere Edge as reverse-proxy? Finally I got this working. The issue is with cookie set-up. OTM sets up cookie with /GC path and that is not available after the reverse proxy changes the URL and all paths. I had to put following configuration in my reverse proxy to convert the cookie path -
ProxyPassReverseCookiePath / /appname
After this it started working fine.
Thanks all for help,
- Pritam. |