Configure SOAP with a proxy
Certain properties provide support for SOAP requests to use a web proxy server.
| Property | Description | Example |
|---|---|---|
| glide.http.proxy_host | The proxy server hostname or IP address | proxy.company.com, 192.168.34.54 |
| glide.http.proxy_port | The port number for the proxy server | 8080, 9100 |
| glide.http.proxy_username | If the proxy server is authenticating using user name and password, enter a value for this property | proxyuser |
| glide.http.proxy_password | If the proxy server is authenticating using user name and password, enter a value for this property | password |