The PSR-7 request and response headers are “immutable”. So try this:
$response = $response->withHeader('Location', 'https://www.example.com');
The PSR-7 request and response headers are “immutable”. So try this:
$response = $response->withHeader('Location', 'https://www.example.com');