Hi All. Is it possible to modify Ivy generated URLs ? For example. I have process user login. User Login Processes/UserLogin/userLogin.ivp when I start the process it redirects to the page: http://domain.com/ivy/faces/instances/Portal/applicaton/161544002F5E30CF/applicationcom/Login.xhtml I would like to modify the second link. http://domain.com/ivy/faces/instances/Portal/applicaton/161544002F5E30CF/applicationcom/Login.xhtml to http://domain.com/login. How to config ivy to make http://domain.com/login doesn't redirect to .xhtml because of the problem: Many users will bookmark the login page but it gets directly resolved into an xhtml page which leads to problems in Ivy. Next time the user visits the bookmark the login xhtml will have issues. Sharing links will not work either because users will copy&paste the xhtml files. Thank you! asked 01.02.2018 at 21:04 nkdinh |
Hi The redirect to this instances url is fundamental in Axon.ivy and cannot be changed. However, a solution could be to use NGNIX as a Proxy Server to Axon.ivy. In NGNIX implement some rules that rewrites the URL of /ivy/faces/instances/Portal/application/*/applicationcom/Login.xhtml to /login if for example the session cookie JSessionId is missing or if Axon.ivy returns a 4xx error when invoking the original URL. Regards Reto Weiss, Axon.ivy Support answered 05.02.2018 at 03:54 Reto Weiss ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 01.02.2018 at 21:04
Seen: 1,699 times
Last updated: 05.02.2018 at 03:54