Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTTP Filters exist in a chain and data passes down the chain of filters in one direction for requests and in the other direction for the responses. Therefore when you insert your filter into the chain it's order in the chain will chain depending on which direction the data is travelling.

Gliffy Diagram
nameHTTPFilterChain

 

When you insert your filter into the chain you select a priority that places it within the chain relative to other filters.

...