You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create a route for the one endpoint and use the SetStatus filter. Set the uri to no://op so that it won't get routed anywhere. Make sure this route comes before the others.
Suppose I have 2 endpoints one with Method = GET and other one in Method = POST and the path for both is same, for example /api/v1/users. How can I exclude the GET call from filter and add only POST call. Is there any way to do so ?
Is there any way to exclude an endpoint even it matches the regex of path mapping ?
e.g. I have a mapping
predicates:
filters:
uri: uri_of_api
I want to exclude only one endpoint and expose all other endpoints through gateway.
The text was updated successfully, but these errors were encountered: