Hi Experts,
I'm trying to use REST Api on CS 16.2 from inside Oracle PL*SQL.
Calling /api/v1/auth is ok and brings up a valid ticket every time I call it.
But when passing this ticket to /api/v1/nodes in the second step of my program, sometimes it works and sometimes not (executing the same code!).
I can't recognize any pattern in this behavior. Sometimes it goes thru on first call, creating a folder in CS and returning me the dataid. But sometimes I run the same code and it returns 9 times or more "authentication required" until it goes thru and returns with the dataid...
So basicly it seems to work, but there may be some caching in place, that randomly denies execution of /api/v1/nodes.
When calling /api/v1/nodes I use the ticket string from step one (/api/v1/auth) to populate OTCSTICKET in the header.
Did someone face such an issue, that calling the same program code will randomly succeed or fail with REST api?
Thx for any comment...
Regards
Roland