What Are The Types Of Filters In Web API?

What Are The Types Of Filters In Web API? Filter types Authorization filters run first and are used to determine whether the user is authorized for the request. Authorization filters short-circuit the pipeline if the request is not authorized. Resource filters: Run after authorization. How authorization filter works in Web API? Web API uses authorization