File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,17 @@ ACAP application. Some examples:
4444 are JSON, XML and text. See the VAPIX documentation of the specific API for
4545 information of format.
4646
47+ ### Global proxy configuration
48+
49+ - If a device has set global device proxy, it may cause issues with reaching the local host IP
50+ ` 127.0.0.12 ` from the ACAP application.
51+ - To make the local host IP reachable when global device proxies are configured, add ` 127.0.0.12 ` to
52+ the ` No proxy ` list. This can be done via either:
53+ - The VAPIX
54+ [ Network Settings API] ( https://developer.axis.com/vapix/network-video/network-settings-api#setglobalproxyconfiguration-1 ) .
55+ - Browse to the network page at ` http://<AXIS_DEVICE_IP>/index.html#system/network ` and section
56+ ` Global proxies ` .
57+
4758## Getting started
4859
4960These instructions will guide you on how to execute the code. Below is the
You can’t perform that action at this time.
0 commit comments