Types of HTTP Interceptors
There are two types of HTTP interceptors:
Inbound interceptors, which are invoked when
Integration Server processes inbound HTTP requests. Here,
Integration Server is the HTTP server.
Outbound interceptors, which are invoked when
Integration Server sends outbound HTTP requests. Here,
Integration Server is the HTTP client.
You can implement either or both types of interceptors to perform tasks, such as writing HTTP requests to a data lake or a log file.