We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68e468 commit a745b74Copy full SHA for a745b74
lib/Routes/SolidStorage.php
@@ -23,7 +23,7 @@ public static function respondToStorage() {
23
24
$wac = new WAC($filesystem);
25
26
- $baseUrl = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['SERVER_NAME'];
+ $baseUrl = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['SERVER_NAME']; // FIXME: get this from the rawRequest instead?
27
28
$resourceServer->setBaseUrl($baseUrl);
29
$wac->setBaseUrl($baseUrl);
0 commit comments