I'm trying to create some sort of SDK that we intercept each request from my app regardless of which HTTP client it's using (native HttpClient, OkHttp, Retrofit etc.) including traffic from third-party libraries like Firebase Analytics.
I need to intercept and check few parameters then decide whether to allow or block current request.
from Set app level proxy
No comments:
Post a Comment