Hello together,
I have a rather simple question and thus hope for a simple answer 😉
Within an ME JSP application I want to place a link to the ME homepage. So I placed
<i><a href="http://127.0.0.1:4444/me">...</a></i>
in the JSP. When I call this page it takes me to the login page instead of the homepage. But I don't want my users to logon again, especially not on a PDA.
So what is a proper link to the ME homepage that considers the current user logon?
Best regards,
Tim
While using MI2.5, the URL you need can be achieved through URLFormatter.getUniqueMIHomeURL().
For MobileEngine there is no such method, but try to redirect the user to:
http://127.0.0.1:4444/me/servlet/com.sap.ip.me.core.LoginServlet
Regards,
Todor
Add a comment