You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/runtime/custom-settings/_index.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,16 +302,14 @@ The settings below configure metrics through [micrometer](https://micrometer.io/
302
302
303
303
## Proxy Settings {#proxy-settings}
304
304
305
-
{{% todo %}}Copy across to Mx9 and Mx 10{{% /todo %}}
306
-
307
305
### Http(s) Connections
308
306
309
307
The settings below configure the app to use a proxy for all connections, whether they are using the HTTP or HTTPS protocol. They are used in the following circumstances:
310
308
311
309
1. In the integration microflow activities [call web service](/refguide/call-web-service-action/), [call REST service](/refguide/call-rest-action/), [send REST request](/refguide/send-rest-request), and [call external action](/refguide/call-external-action/).
312
310
2. In the external object microflow activities [send external object](/refguide/send-external-object/) and [delete external object](/refguide/delete-external-object/).
313
311
3. When retrieving an external entity data using a [consumed OData service](/refguide/consumed-odata-service/).
314
-
4. When calling the Mendix runtime API [Core.Http().executeHttpRequest](https://apidocs.rnd.mendix.com/11/runtime/com/mendix/http/Http.html) and [HttpConfiguration.getInstance().getProxyConfiguration()](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.HttpConfiguration.html).
312
+
4. When calling the Mendix runtime API [Core.Http().executeHttpRequest](https://apidocs.rnd.mendix.com/11/runtime/com/mendix/http/Http.html) and [HttpConfiguration.getInstance().getProxyConfiguration()](https://apidocs.rnd.mendix.com/11/runtime/com/mendix/http/IHttpConfiguration.html).
315
313
316
314
These settings can be set either as JVM properties or as custom Runtime settings. When both the JVM property and custom runtime setting are set, the app uses the custom runtime setting.
317
315
@@ -343,5 +341,5 @@ These settings have to be set as JVM properties, not as custom runtime settings.
343
341
| <aid="httpsnonProxyHosts"href="#httpsnonProxyHosts">https.nonProxyHosts</a> | Defines a list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by '|'. The patterns may start or end with a '*' for wildcards. ||
344
342
345
343
{{% alert color="info" %}}
346
-
The `http.` part of the names of these settings does not imply anything about whether the `HTTP` or `HTTPS` protocol is used - it is just the name of the setting.
344
+
The `https.` part of the names of these settings does not imply anything about whether the `HTTP` or `HTTPS` protocol is used - it is just the name of the setting.
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/runtime/custom-settings/_index.md
+24-14Lines changed: 24 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,32 +306,42 @@ The settings below configure metrics through [micrometer](https://micrometer.io/
306
306
307
307
### Http(s) Connections
308
308
309
-
The settings below configure the app to use a proxy for all connections, whether they are http or https connections, in:
309
+
The settings below configure the app to use a proxy for all connections, whether they are using the HTTP or HTTPS protocol. They are used in the following circumstances:
310
310
311
-
1.Integration microflow activities [call web service](/refguide/call-web-service-action/), [call REST service](/refguide/call-rest-action/), [send REST request](/refguide/send-rest-request) and [call external action](/refguide/call-external-action/).
3.Retrieving external entity data using a [consumed OData service](/refguide/consumed-odata-service/).
314
-
4. Mendix runtime API [Core.Http().executeHttpRequest](https://apidocs.rnd.mendix.com/11/runtime/com/mendix/http/Http.html) and [HttpConfiguration.getInstance().getProxyConfiguration()].
311
+
1.In the integration microflow activities [call web service](/refguide10/call-web-service-action/), [call REST service](/refguide10/call-rest-action/), [send REST request](/refguide10/send-rest-request), and [call external action](/refguide10/call-external-action/).
312
+
2.In the external object microflow activities [send external object](/refguide10/send-external-object/) and [delete external object](/refguide10/delete-external-object/).
313
+
3.When retrieving an external entity data using a [consumed OData service](/refguide10/consumed-odata-service/).
314
+
4.When calling the Mendix runtime API [Core.Http().executeHttpRequest](https://apidocs.rnd.mendix.com/10/runtime/com/mendix/http/Http.html) and [HttpConfiguration.getInstance().getProxyConfiguration()](https://apidocs.rnd.mendix.com/10/runtime/com/mendix/http/IHttpConfiguration.html).
315
315
316
-
These settings can be set either as JVM properties or as custom Runtime settings. When set as both a JVM propery and a custom runtime setting, the app uses the custom runtime setting.
316
+
These settings can be set either as JVM properties or as custom Runtime settings. When both the JVM property and custom runtime setting are set, the app uses the custom runtime setting.
317
317
318
318
| Name | Description | Default Value |
319
319
| --- | --- | --- |
320
-
| <aid="httpproxyHost"href="#httpproxyHost">http.proxyHost</a> | Defines the hostname of the HTTP proxy server. ||
321
-
| <aid="httpproxyPort"href="#httpproxyPort">http.proxyPort</a> | Defines the port number of the HTTP proxy server. ||
320
+
| <aid="httpproxyHost"href="#httpproxyHost">http.proxyHost</a> | Defines the hostname of the HTTP proxy server. ||
321
+
| <aid="httpproxyPort"href="#httpproxyPort">http.proxyPort</a> | Defines the port number of the HTTP proxy server. ||
322
322
| <aid="httpproxyUser"href="#httpproxyUser">http.proxyUser</a> | Defines the user of the HTTP proxy server. ||
323
323
| <aid="httpproxyPassword"href="#httpproxyPassword">http.proxyPassword</a> | Defines the password of the HTTP proxy server. ||
324
324
325
-
Note that the `http.` part of the names of these settings does not imply anything about `http` or `https` connections - it's just the name of the setting.
325
+
{{% alert color="info" %}}
326
+
The `http.` part of the names of these settings does not imply anything about whether the `HTTP` or `HTTPS` protocol is used - it is just the name of the setting.
327
+
{{% /alert %}}
326
328
327
329
### License Server
328
330
329
-
The settings below configure the app to use a proxy to reach the Mendix license server. These settings have to be set as JVM properties, not as custom Runtime settings.
331
+
The settings below configure the app to use a proxy to reach the Mendix license server.
332
+
333
+
{{% alert color="info" %}}
334
+
These settings have to be set as JVM properties, not as custom runtime settings.
335
+
{{% /alert %}}
330
336
331
-
| <aid="httpsproxyHost"href="#httpsproxyHost">https.proxyHost</a> | Defines the hostname of the HTTPS proxy server. ||
332
-
| <aid="httpsproxyPort"href="#httpsproxyPort">https.proxyPort</a> | Defines the port number of the HTTPS proxy server. ||
337
+
| Name | Description | Default Value |
338
+
| --- | --- | --- |
339
+
| <aid="httpsproxyHost"href="#httpsproxyHost">https.proxyHost</a> | Defines the hostname of the HTTPS proxy server. ||
340
+
| <aid="httpsproxyPort"href="#httpsproxyPort">https.proxyPort</a> | Defines the port number of the HTTPS proxy server. ||
333
341
| <aid="httpsproxyUser"href="#httpsproxyUser">https.proxyUser</a> | Defines the user of the HTTPS proxy server. ||
334
342
| <aid="httpsproxyPassword"href="#httpsproxyPassword">https.proxyPassword</a> | Defines the password of the HTTPS proxy server. ||
335
-
| <aid="httpsnonProxyHosts"href="#httpsnonProxyHosts">https.nonProxyHosts</a> | Defines a list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by '|'. The patterns may start or end with a '*' for wildcards. ||
343
+
| <aid="httpsnonProxyHosts"href="#httpsnonProxyHosts">https.nonProxyHosts</a> | Defines a list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by '|'. The patterns may start or end with a '*' for wildcards. ||
336
344
337
-
Note that the `https.` part of the names of these settings does not imply anything about `http` or `https` connections - it's just the name of the setting.
345
+
{{% alert color="info" %}}
346
+
The `https.` part of the names of these settings does not imply anything about whether the `HTTP` or `HTTPS` protocol is used - it is just the name of the setting.
0 commit comments