Access to the web service

Hi,
I have a .Net web application and I would like to authenticate users to it using an OTP. By way of examining the Web GUI code, I was able to invoke the web service using the following URL, through either Fiddler or Chrome:
http://serverfqdn:8112/?method=CheckToken&options={username}%09{OTP}
where the "{username}%09{OTP}" is the user's email address + TAB + the OTP, URL-encoded. When I try it from my code or from IE, I always false.

What is the correct way of invoking the service? Do I need to specify anything specific in the request?

Thank you,
Sagi

Comments

  • Hello,
    a "real" REST-like api will be availlable in the next version which will be released this month.

    Have a nice day

  • edited October 2017
    Hello, is a REST api maybe available now?
  • Hello, Yes, a SOAP implementation is available, just call the web interface with the ?soap parameter to see the list of the operation names. For example : http://192.168.1.44/?soap The SOAP implementation is compatible with openOTP implementation. Regards,
This discussion has been closed.