Versions Compared

Key

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


Warning

WSO2 made a change to how custom class mediators are called.  As a result there is a new way to call this mediator as of APIM 2.6.  Instead of a single large "rules" property, use multiple "allow" and "deny" properties.  Updated documentation is coming.


The API Manager allows us to do some simple ESB style mediation on inbound requests.  We can use this to make some simple security checks, like checking the source IP against a known list.

...