diff --git a/index.php b/index.php index f2a5d98..ca33fdb 100644 --- a/index.php +++ b/index.php @@ -72,7 +72,7 @@ $identifyResponse = [ $oai2 = new Server( $baseURL, - $_GET, + array_merge($_POST, $_GET), $identifyResponse, [ 'GetRecord' => function ($identifier, $metadataPrefix) {