
DaviddeArgentina@daviddeargentina
262 Posts
Plugin Developer
Quote from DaviddeArgentina on October 14, 2021, 7:44 pm
Using PowerShell:
$uri = 'https://example.com/string with space & OtherThings=?'
$ret = [uri]::EscapeDataString($uri)
echo $ret
Cheers,
David de Argentina
Using PowerShell:
$uri = 'https://example.com/string with space & OtherThings=?'
$ret = [uri]::EscapeDataString($uri)
echo $ret
Cheers,
David de Argentina
luishp, Vadim and CN_Iceman have reacted to this post.