Handle POST requests

Fixes #6
This commit is contained in:
Sebastian Meyer 2022-07-01 16:18:23 +02:00
parent 02f2df679b
commit 7e431406f7
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ $identifyResponse = [
$oai2 = new Server(
$baseURL,
$_GET,
array_merge($_POST, $_GET),
$identifyResponse,
[
'GetRecord' => function ($identifier, $metadataPrefix) {