You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OWASP ZAP Developer Group
Sorry, I mean, if zap detects an alert from a domain "mysite.mydomain.com" I can get that domain in this way alert.getMessage().getRequestHeader().getHostName(),
but I don't know the way to get IP addess from this object using java
Thanks for your anwers
kingthorin+owaspzap
unread,
Jul 9, 2018, 3:34:10 PM7/9/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OWASP ZAP Developer Group
You'd have to do that separately, it's not a detail that ZAP keeps track of. Unless you've accessed the target by IP to start with...in which case getHostName() would return the IP ex: http://127.0.0.1/some/thing?param=foobar