Remove first login request
This commit is contained in:
parent
6fd6e9ead5
commit
e897d37dbd
|
@ -28,7 +28,6 @@ class MainCookie extends Authenticator
|
||||||
unlink($file);
|
unlink($file);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->http()->get($this->url . '/ica/pages/login.jsp');
|
|
||||||
$response = $this->http()->asForm()->post($this->url . '/ica/rest/nami/auth/manual/sessionStartup', [
|
$response = $this->http()->asForm()->post($this->url . '/ica/rest/nami/auth/manual/sessionStartup', [
|
||||||
'Login' => 'API',
|
'Login' => 'API',
|
||||||
'redirectTo' => './app.jsp',
|
'redirectTo' => './app.jsp',
|
||||||
|
|
Loading…
Reference in New Issue