Setting up reverse proxy via an HTTP proxy?
- by billc.cn
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.