Examples/Vulnerable_UnencryptedCommunicationChannel_1.ps1

function Get-DataUnsafe1 {
    Invoke-WebRequest -Uri 'http://api.internal.local/data'
}