Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Wilma LogIn

Jaakko edited this page Aug 11, 2019 · 1 revision

To login to wilma you need a SessionId from, witch is generated every time you load the page. NodeWilma parses the SessionId from the HTML and uses that to login.

You also need your credentials obviously .

When logged in wilma returns you a SID(Session ID) as a cookie. NodeWilma takes this SID and returns it as a string.

When using other nodewilma functions nodewilma automatically applies the given SID as a cookie.

Clone this wiki locally