Class ReverseProxyingInterceptor

java.lang.Object
com.predic8.membrane.core.interceptor.AbstractInterceptor
com.predic8.membrane.core.interceptor.rewrite.ReverseProxyingInterceptor
All Implemented Interfaces:
Interceptor

public class ReverseProxyingInterceptor extends AbstractInterceptor
Description
Rewrites the scheme, hostname and port in the "Location" header in HTTP responses, as well as in the "Destination" header in HTTP requests. The rewriting reflects the different schemes, hostnames and ports used to access Membrane vs. the target HTTP server.
Topic
4. Interceptors/Features