Last updated October 17, 2008 02:22, by digitalrinaldo
In order to login to Convergence, on needs to post the following.
After the login, Kendo Server sets some cookies, for example:
CookieJSESSIONID=E5136296234A3EFE39EF807CE461579F; iwc-auth=lang=en:token=yxuP7g2Afl:path=/iwc; webmailsid=+rbvg/r+V+E
You have to get the cookie value of 'token'. In all requests to Kendo server, you need to include that value, for example:
http://localhost:8080/iwc/svc/iwcp/get_allprefs.iwc?token=yxuP7g2Afl&dojo.preventCache=1222979674825
- Java Example
- Java/FX Example
- Ruby Example





