Skip to content

Commit

Permalink
Fix session cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoSWD committed Oct 17, 2024
1 parent 36c3247 commit a170836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Infrastructure/IFSC/IFSCApiClientAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function fetchSessionId(): string
private function getCookies(): array
{
$headers = $this->httpClient->getHeaders(self::IFSC_RESULTS_INFO_PAGE);
$headers = array_change_key_case($headers);

return $headers['set-cookie'] ?? [];
}
Expand Down

0 comments on commit a170836

Please sign in to comment.