The Apache HTTP Client that 3DOrchestrate uses to communicate with external entities supports the following authentication schemes:
If you want to enable a particular user to bypass the login dialog box, you can define their credentials in the properties file. Enter the following lines: #--- Forward proxy server authentication settings #--- If all the http/s traffic is going through a forward proxy and needs authentication, then define the below properties ##fiper.proxy.user.name=<Proxy server user name> ##fiper.proxy.user.key=<Proxy server user password> ##fiper.proxy.user.domain=<Domain name> |