Proxy support for online meetings
- Option 1: New LotusScript methods are added to programmatically setup proxies:
SetProxy method SetProxyUser method ResetProxy
Note: This option overrides the following two options.Note: This option is not applicable to DOMI/Online meetings out of the box. Beginning with Notes 14.0, it is only applicable for code written using NotesHTTPRequest class which sets the proxy. Though DOMI code uses NotesHTTPRequest class, it does not set the proxy. - Option 2: Proxies can be set up using Environment
variables:
http_proxy=http://some.server.dom:port/ https_proxy=http://some.server.dom:port/ no_proxy=domain1.dom, host.domain2.dom all_proxy=http://some.server.dom:port/
Note: Option 2 overrides Option 3. - Option 3: Online meetings now support proxy setup using the Notes location document.