Hi,
I'm trying out REST Webservices with CS 16.2.3 and I encountered a 401 unauthorized error even though I have a valid otcs ticket generated.
The strangest thing is this error happens randomly. Some REST call will throw out 401 error while some will successfully display the json result. I've realise that this could be due to the otcs ticket generated. I'm using the same otcs ticket for 2-3 rest methods. If the first method executes successfully, the subsequent methods will follow suit. However, if the first method threw a 401 unauthorized error, the subsequesnt methods will throw the same error as well.
I have already encoded the ticket with UTF-8 before sending a request so I not too sure what could be the issue. Any advice would be much appreciated.