securitypostmanowasp

Postman unable sending to OWASP ZAP with the same proxy configuration


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?


Solution

  • 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.