Secure API with HTTPS

Product: PowerShell Universal
Version: 1.4.6

Good day,

Is it possible to change and secure the API to HTTPS?
I have a trial license to evaluate before purchasing.

Thanks in advance!
Johan

Yes, if you’re like me and hosting in IIS then you just configure your site to run via https that way, otherwise you can do it through the appsettings.json file.

See the documentation for more info: https://docs.ironmansoftware.com/config/settings#setting-descriptions

Much appreciated, that did solve my problem :slight_smile: