It is always NULL. I think it should be: <code> public function getRedirectUrl() { $this->getHeader('Location'); } </code>
It is always NULL. I think it should be:
public function getRedirectUrl()
{
$this->getHeader('Location');
}