I am using Response.getResolvedRequestedURI in an interceptor in WSO2 microgateway to find the production url. However, I see this api returns always null.
What is way to get the production url to which wso2 has forwarded the call?
/**
* Get the ultimate request URI that was made to receive the response when redirect is on
* @return the requested URI
*/
public String getResolvedRequestedURI()