You can test if IguanaX is running on a port using either curl or wget. These are command line tools which can be used to pull down a file from a webserver.
Most systems will have either curl or wget - you’ll need to see what the default tool is for your system. They can both operate with similar syntax:
Code Block |
---|
wget http://localhost:7654/ curl http://localhost:7654/ |
...