Skip to content

Commit

Permalink
fix(connector/domparser): correct login page url
Browse files Browse the repository at this point in the history
see #17
  • Loading branch information
thetric committed Oct 9, 2019
1 parent a6d6eda commit 04ccc72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class OkHttpIliasWebClient(
) : IliasWebClient {
private val client: OkHttpClient
private val cookieManager: CookieManager = CookieManager()
private val loginPage: String = "${iliasBaseUrl}login.php"
private val loginPage: String = "${iliasBaseUrl}ilias.php?lang=en&cmd=post&cmdClass=ilstartupgui&cmdNode=w9&baseClass=ilStartUpGUI&rtoken="
private val logoutPage: String = "${iliasBaseUrl}logout.php"
private val log = KotlinLogging.logger {}

Expand Down

0 comments on commit 04ccc72

Please sign in to comment.