I'm a stack exchange Virgin.
Is it possible to forward data to the parent proxy based on the listen-address port in was recieved
For example my firefox browser is set to use proxy 90.91.92.93:8118
And proxy 90.91.92.93 then forwars to proxy 90.91.92.101:8118
If my Firefox browser was set to use a different proxy port 90.91.92.93:8119, then forwards to a different proxy 90.91.92.102:8118
So proxy 90.91.92.93 forwards request in the following way.
Firefox--->90.91.92.93:8118---> 90.91.92.101:8118
Firefox--->90.91.92.93:8119---> 90.91.92.102:8118
Firefox--->90.91.92.93:8120---> 90.91.92.103:8118
And so on
This is just for forwarding http requests over 2 proxies, but having some logic in the process