Proxy Server
Description
Proxy Server Environment entries are used to declare the parameters to access a proxy server. A proxy server is a facilitator between the client and a target system.
Purpose of object
It can be used for all kinds of channels, which access a server. Usually it is used for an HTTP connection, via channels HTTP GET Receiver, HTTP POST Receiver (General), HTTP POST Receiver (Parameter) ,HTTP Caller, HTTP Post Sender or HTTP Sender (Parameter).
Configuration
- Create an Environment entry of type proxy server.
- Fill in the host or IP of the proxy server. E. gp.roxy.example.com or 193.123.456.789.
- Fill in the intended port, usually 80 or 443.
- Enter User and Password of the server if necessary.
HTTPS Tunnel
If you want to tunnel HTTPs with basic authentication using Java 8 Update 111 or newer you have to add the following parameter to your Tomcat or Designer.cmd file:
-Djdk.http.auth.tunneling.disabledSchemes=.
- Select Type:
- HTTP: Proxy server only forward HTTP requests(HTTP protocol is necessary). They are used for web access.
- SOCKS: SOCKS proxy server forward every kind of server requests. The SOCKS protocol operates on a lower level than HTTP proxy, therefore it is able to handle also other kind of protocols.
- A test of proxy server isn't possible. Click on Finish.