Overriding filters in ASP.NET Web API vNext
One of the more annoying issues in the current version of ASP.NET Web API, is that it’s very difficult to override global/controller scoped filters at action level.
Perhaps you may have logging functionality or authorization filters, that you want to apply globally, and only exclude certain actions from participating in this process.
This problem is remedied in Web API vNext (version 5), and you can try that out with nightly builds.