Closed xolf closed 2 years ago
The "HTTP" prefix is not required when using Illuminate\Http\Request. Due to this the signature header from Stripe can not be read at all and all verifications fail.
Illuminate\Http\Request
See https://www.php.net/manual/de/reserved.variables.server.php vs. https://laravel.com/docs/9.x/requests#request-headers
Thanks!
The "HTTP" prefix is not required when using
Illuminate\Http\Request
. Due to this the signature header from Stripe can not be read at all and all verifications fail.See https://www.php.net/manual/de/reserved.variables.server.php vs. https://laravel.com/docs/9.x/requests#request-headers