Fábio Cabral Pacheco

Results 2 comments of Fábio Cabral Pacheco

First, for anyone reading this, you need to apply PR #233 before running this code. @sasezaki your suggestion will not work. However, may be interesting to add an "ob_end_flush" at...

Possible workaround. Works in PowerShell Core 6.0.1 (Linux) and PowerShell 5. ```powershell function Get-RedirectedUrl() { param( [Parameter(Mandatory = $true, Position = 0)] [uri] $url, [Parameter(Position = 1)] [Microsoft.PowerShell.Commands.WebRequestSession] $session =...