Examples/Safe_UnencryptedCommunicationChannel_1.ps1

function Get-DataSafe1 {
    Invoke-RestMethod -Uri 'https://api.internal.local/data'
}