This allows you to set filters that are applied to requests and responses.
The following filters are supported by default.This filter will add a special header tag to each request send to the server. So you can track ZAP's requests, when investigating your own web application. It's helpful to have a distinct id for multiple requests, when parsing for example HTTP server's log files.
Request header is modified like this (example):
X-ZAP-RequestID: <sessionName>–<number>
sessionName
is URL encoded name of the sessionnumber
is starting by one; increased on each request; is valid only per sessionTop level Tools menu | 'Filter...' menu item |
Aperçu de l'interface utilisateur | pour un aperçu de l'interface utilisateur | |
Dialogs | for details of the dialogs or popups |