Solution:
You can workarond this problem by redirecting page via javascript
echo '<script type="text/javascript">window.location = "/my-page/"</script>'; exit;