How to intercept http requests using a plugin

Hi,

I want to intercept all http requests, to allow some endpoints and disallow other endpoints using a plugin. This plugin should also be able to modify the response being sent back to the users. How could I implement a plugin like this, should it be a NetworkPlugin? I tried using a Transport Interceptor but wasn't able to use that to obtain the http request.

Thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.