Hi Team,
I am trying to add a custom plugin called forward-proxy docummented at
I am creating a API with upstream URI as
http://{UPSTREAM HOST}:{UPSTREAM PORT}/soa-infra/resources/default/GetCustomerService/getcustomerprocess_client_ep_rest/rest
Then i enabled the forward-proxy on this API
now the URI being passed to the SQUID server as
“/soa-infra/resources/default/GetCustomerService/getcustomerprocess_client_ep_rest/rest”
which is missing the UPSTREAM HOST and UPSTREAM POST .
Any pointers on how to pass the upstream URI HOST and PORT to the SQUID as part of this plugin.