Hi! Is it possible by an interceptor to modify th...
# ktor
c
Hi! Is it possible by an interceptor to modify the query parameters? We make extensive usage of pagination and wondering if we can create an interceptor that does some validations (is Int, > 0, ...) and replace (or remove) the faulty page request with a default (we though about page 1)