Hi,
I am trying to call Rest API from within a Content Server page (custom HTML page). This piece of code should run from logged in user's session. I am looking to re-utilize the Ticket which has already been generated at the time of login because the environment is SSO enabled and username/password is not an option here. After some HTTP fiddler inspection, LLCookie is the value I can find from the cookies and am able to use in place of OTCS Ticket which is same as OTCSTicket. (Its working fine)
Just want to confirm, if this is something I can rely on and deploy this solution or is any there any better option.
CS 16.2 - IIS (anonymouse)
OTDS 16.2 (http.negotiate)
Regards,