Get Iguana web server configuration

Verified
Added by iNTERFACEWARE

Use iguana.webInfo() to get web server and HTTP channel server configuration

Source Code
   -- get the web server information for Iguana
   local T = iguana.webInfo()
Description
Use iguana.webInfo() to get web server and HTTP channel server configuration
Usage Details

Use iguana.webInfo() to get web server and HTTP channel server configuration. This enables you to write scripts that automatically find the correct ports etc. for the web API of your Iguana instance.

How to use the snippet:

  • Paste the code into your script