The Filter API can be used to view all HTTP transactions that are sent between the web browser and web server. Both the RequestFilter and ReplyFilter filter interfaces provide filters with full access to all the HTTP headers in the request and reply. A filter can gather the header information and display it in a window or log the information to a file. A filter can also use the ContentFilter interface to display the HTTP headers inside the corresponding HTML document.