Proxy Server Support
For outbound web service requests that have to pass a proxy server Oracle Health Insurance applications support the standard Java proxy server configuration. The following table lists the system properties that need to be set for proxy server support:
| Parameter | Explanation | 
|---|---|
| http.proxyHost | the host name of the proxy server for HTTP requests | 
| http.proxyPort | the proxy server port number for HTTP requests, the default value being 80 | 
| http.nonProxyHosts | a list of hosts that should be reached directly, bypassing the proxy, for HTTP requests. This is a list of patterns separated by |. The patterns may start or end with a '*' for wildcards. Any host matching one of these patterns will be reached through a direct connection instead of through a proxy | 
| https.proxyHost | the host name of the proxy server for HTTPS requests | 
| https.proxyPort | the proxy server port number for HTTPS requests, the default value being 80 | 
| https.nonProxyHosts | a list of hosts that should be reached directly, bypassing the proxy, for HTTP requests. This is a list of patterns separated by ' |