API Support Forum
User Profile

Viewing User Profile for: DSarigumba


About

Aug 29, 2018 02:47 PM

Sep 06, 2018 02:01 PM

Nov 26, 2018 10:50 AM



Post Statistics
DSarigumba has contributed to 2 posts out of 5593 total posts (0.04%) in 2071 days (0.00 posts per day).

20 most recent posts:

API Support » API Account Authentication Sep 06, 2018 @ 02:01 PM (Total replies: 3)

Vitally,

I just want to make sure I did not miss something in the documentation:

You provide no other connectivity then OECAPI?

Therefore, we will need to open a persistent connection to your service and keep it open for the duration of the users session. And this needs to be done for every Gain user. There are not other workflows?

Thank you.
Dante

API Support » API Account Authentication Sep 06, 2018 @ 12:44 PM (Total replies: 3)

We are using the .net library to connect to your API. When we authenticate a user we are requested to send their UID/PWD to create a connection to the API. Since we are a web based application this is an issue because every time we need to connect to your service we need to send the users UID/PWD.

The issue is that we are a web based application and doing this is opens up a socket for the duration of the connected session. We have an issue opening a session connection for every account and hold these connections open for the duration of the users session. If we don't keep the session open we will have to re-authenticate and doing so would require us to save the users UID/PWD, which we would not like to do.

Do you have a REST endpoint so that we don't have to have a socket open all the time?

Thank you