Passing the requests from app instead of requestor
We have a REST service that gets data from our internal app server (live-app) and we have a reverse proxy (pega-app) our reverse proxy doesn't use VPN but to access internal app server, users need to be on VPN.
while being on reverse proxy (non-VPN) users make call to internal app server via REST service and it fails, is there a way to route this request like requestor <-> reverse proxy <-> internal app instead of requestor <-> internal app.