So what I was trying to do is, as usual trying to scan my laravel application. But this time, I try to scan it on local server. But I realised, the passive scanning is smooth, it was able to passive scan my website until I press my submit button. What my submit button do is to insert data into mysql db. Once I press my submit button, it trigger this error.
ZAP Error [org.apache.hc.client5.http.HttpHostConnectException]: Connect to
https://localhost:8000 [localhost/
127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect
I can confirm my laravel application is running on localhost 8000. My application work on all brower just not working when zap owasp is on. Why is this so? Any solution for this?