Postman unable sending to OWASP ZAP with the same proxy configuration

39 views Asked by At

POSTMAN PROXY CONFIGURATION

OWASP ZAP PROXY CONFIGURATION

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?

1

There are 1 answers

0
Simon Bennetts On BEST ANSWER

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.