Page 1 of 1

How to open TM1 home page with TM1 Web API?(TM1 10.2.2)

Posted: Tue Mar 17, 2015 5:53 am
by Royi9861
According TM1 Developer Guide,we can use a URL to directly open websheet or cubeview without inputting username and password,such as :
http://localhost:9510/tm1web/UrlApi.jsp ... word=apple
But there is no method to use a URL to directly open tm1 web homepage without inputting username and password.
Does anyone know how to do that,thanks a lot!

Re: How to open TM1 home page with TM1 Web API?(TM1 10.2.2)

Posted: Tue Mar 17, 2015 8:48 am
by lotsaram
Forum posting guidelines 101:

What have you tried?

I think you will find that if you just omit the username and password arguments from the URL string that it will work just fine! Behaviour is a little different depending on authentication method:
- if using CAM link should go through without reauthentication
- if using TM1 security on first url api link follow the user will be challenged for username and password as a separate thread is established. On subsequent links the url api session will be reused and no additional reauthentication challenges

That was a freebie. Don't expect any more assistance without doing the basics to let others help you. That is explain the business case, the use case and what you have already done to solve the problem. (If the answer to the "what have you already done?" part is "nothing" then that's generally what you can expect in response.)