My Angular application is using some Alfresco external library to render part of the front end component.
The component from the Alfresco library sends out request on rendering, and I like to intercept and modify it.
However, the interceptor fails to intercept and I suspect that the Alfresco library is using Http to send request. (The interceptor is already working for my custom request sent with HttpClient)
If my thought is correct, is there any way to capture the request send by Alfresco?