Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Explicitly name DumpHeadersFilter

...

  1. Download this XML: config.server.filters.dumpHeaders.xml
  2. Open the Configuration app and click the node: /server/filters
  3. From the action bar, click "Import"

    Info

    The filter is imported at the bottom of the chain.

  4. Drag (or move) the filter into position. 
  5. Enable the filter by changing the enabled property to true.

Usage

The point of fo the filter is DumpHeadersFilter is to print header information for each request and response to the standard log. This can be helpful for examining requests and their origin. Especially when the request passes through other servers before arriving in Magnolia. On the response side of things, double check that a specific header is being set before leaving Magnolia. 

...