Jump to content
Registration disabled at the moment Read more... ×
DelphiRio

How to forward from public http proxy to private http proxy?

Recommended Posts

Hi all,

 

I have two servers which are running 2 http proxies (TIdHttpServerProxy). The first one is assigned to a public IP, and the second one is assigned to a private IP. Those are in difference private network! My question is: is there any component to forward connection from public proxy to the private one? The public one could run any software/component!

 

Thanks!

Edited by DelphiRio

Share this post


Link to post

Sure, just accept incoming data with Server's socket and relay it to 2nd proxy. IDK about a special component for that.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×