Setting up reverse proxy via an HTTP proxy?
        Posted  
        
            by 
                billc.cn
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by billc.cn
        
        
        
        Published on 2014-06-10T11:11:15Z
        Indexed on 
            2014/06/10
            21:28 UTC
        
        
        Read the original article
        Hit count: 311
        
windows-server-2003
|reverse-proxy
I have a software that has to call an external web API from inside our firewall. Currently the only way to do this is through the HTTP proxy feature of the firewall; however, the software itself does not support proxy configuration.
So I am wondering is it possible to setup a reverse proxy for the API that goes through the HTTP proxy?
The server is running WS2003. I can install any software on it.
© Server Fault or respective owner