remove redundant preceding slash in signed request-target

This commit is contained in:
Mike Macgirvin 2024-08-08 06:39:04 +10:00
parent e50952a0a2
commit db1f09a08d

View file

@ -16,7 +16,7 @@ class Apgateway extends Controller
public function init() public function init()
{ {
App::$originalRequest = '/' . $_SERVER['REQUEST_URI']; App::$originalRequest = $_SERVER['REQUEST_URI'];
// Concatenate path components starting with argv(1) // Concatenate path components starting with argv(1)
// to isolate the DID URL. // to isolate the DID URL.
$url = null; $url = null;