Skip to content

Commit b71a57a

Browse files
isak-jakobssonjohan-hultberg-work
authored andcommitted
Document how vapix example is affected by global proxy
1 parent cc8eefa commit b71a57a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

vapix/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4960
These instructions will guide you on how to execute the code. Below is the

0 commit comments

Comments
 (0)