I'm trying to do vulnerability scanning API. but when I send the Postman with post method, it don't get detect by OWASP ZAP or don't get send to OWASP ZAP.
I try to use IP 127.0.0.1 but OWASP ZAP don't allow it. Are there any tips to solve the issue?
If something else is using port 8080 then ZAP wont be able to use it. Just choose a different port for ZAP, e.g. 8090.