Hi,
I'm trying to access Content Server's REST API via the OTAG Reverse Proxy Service, but I get prompted for credentials when a request is made to the CS REST API. Supplying credentials does not work and keeps on prompting for credentials. We are using NTLM authentication on Content Server, when using a REST Client I have no issues calling the Content Server REST API.
Content Server's threads logs contains the following:
LibOTSecBuiltins: Decryption failed - data_len: 3 crypt_len: 0
Check HTTP Referer has been disabled for the RestAPI since it does not make sense.
Dispatcher error: Authentication Required
Thanks in advanced
Update:
I got it working by sending the request directly to Content Server rather than using the Reverse Proxy. I can now supply Content Server with a username and password and receive a authentication token, I can then use the provided token to do other requests.
I have another issue now, I'm trying to authenticate the user without the user providing his/her credentials, I trying to follow the Tempo Box route by using a redirection request handler in Content Server. OpenText generate a token that is sent to Tempo Box to authenticate the user. The token I'm given by Content Server does not work for my web app and I keep getting the credentials prompt. Any ideas where I might be going wrong? I copied the code from the OTSync module for my redirection request handler
Thanks