Hello
I am using the capacitor-community/http library to fix the CORS related issue. Now I have to intercept all the Http.request() so as to add some authorization packet in the header. So does this library provides any interceptor like angular/common/http library provides. If yes then how to implement the same.
Thanks