We have installed ZAP within a Linux Desktop and we already tested the API within localhost by accessing "localhost:[port]". So far the API works fine, however when we try to access the API from a remote host using "[ZAP machine IP]:[port]" we could not get a connection. The browser from the remote host return us "
This site can’t be reached"
We already add the remote host IP address into list of permitted address to use API, and we also checked that both machine can ping with each other.