You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found some kind of similar questions (166, 210) but in details my scenario is different:
I have a client C (part of a web application) which can't be configured to use a forward proxy for API calls to a service S that can only be reached via a forward proxy F. This web app though runs on a virtual appliance which runs nginx to reverse proxy inbound connections to the web app.
Could I enable this nginx with this module to act as reverse proxy R but not pass_proxy directly to service S but via the forward proxy F?
So basically:
[ C ] ---- API Call ----> [ R ] ----- CONNECT / tunnel ----> [ F ] -----> [ S ]
The text was updated successfully, but these errors were encountered:
BenjaminDaSilva
changed the title
Client -> ngingx reverse proxy -> external forward proxy -> target service possible?
Client -> nginx reverse proxy -> external forward proxy -> target service possible?
Feb 10, 2022
Hi there,
I found some kind of similar questions (166, 210) but in details my scenario is different:
I have a client C (part of a web application) which can't be configured to use a forward proxy for API calls to a service S that can only be reached via a forward proxy F. This web app though runs on a virtual appliance which runs nginx to reverse proxy inbound connections to the web app.
Could I enable this nginx with this module to act as reverse proxy R but not pass_proxy directly to service S but via the forward proxy F?
So basically:
[ C ] ---- API Call ----> [ R ] ----- CONNECT / tunnel ----> [ F ] -----> [ S ]
The text was updated successfully, but these errors were encountered: