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}
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
This discussion has been closed.
Comments
a "real" REST-like api will be availlable in the next version which will be released this month.
Have a nice day