diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm index 48b1cf22d..2cf141c24 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm @@ -950,7 +950,7 @@ sub run ($$) { } # Cross domain authentication - if ( $cda and $args =~ s/[\?&]?($cookieName=\w+)$//oi ) { + if ( $cda and $args =~ s/[\?&]?($cookieName(http)?=\w+)$//oi ) { my $str = $1; $class->lmLog( 'CDA request', 'debug' ); $apacheRequest->args($args);