vladimirs-git / fortigate-api

Python package for configuring Fortigate (Fortios) devices using REST API
Apache License 2.0
61 stars 18 forks source link

Support for http connections to FortiGate hosts #2

Closed df71 closed 2 years ago

df71 commented 2 years ago

Hi @vladimirs-git for enabling http support, I have added the to following lines. This would be especially useful in test environments, where FortiGate VMs without a licence only support http connections.

vladimirs-git commented 2 years ago

http implemented in version0.2.3 fgt = FortigateAPI(host="host", username="username", password="password", scheme="http", port=80)