Disable default-filters on specific route - Spring Cloud Gateway

Viewed 588

I'm using Spring Cloud Gateway, and I have a use-case where I need to skip default-filters for a specific route.

The documentation does not say anything about this option, is there any way to achieve it?

I cannot find any clues in the source code either.

0 Answers
Related